Explore topic-wise MCQs in Engineering.

This section includes 1033 Mcqs, each offering curated multiple-choice questions to sharpen your Engineering knowledge and support exam preparation. Choose a topic below to get started.

951.

Some advantages of the database approach include all, but:

A. minimal data redundancy.
B. improved data consistency.
C. improved data sharing.
D. program-data dependency.
Answer» E.
952.

User views are included as part of which schema?

A. Internal
B. Conceptual
C. External
D. None of the above.
Answer» D. None of the above.
953.

A conceptual schema is usually depicted in graphical format using E-R or object-modeling notations.

A. True
B. False
Answer» B. False
954.

A fact is a word or phrase that has a specific meaning for the business.

A. True
B. False
Answer» C.
955.

A candidate key must uniquely identify each row.

A. True
B. False
Answer» B. False
956.

A pointer is a detailed coding scheme recognized by system software for representing organizational data.

A. True
B. False
Answer» C.
957.

Mirrored databases are almost always provided in high-availability systems.

A. True
B. False
Answer» B. False
958.

A constructor operation does which of the following?

A. Creates a new instance of a class
B. Updates an existing instance of a class
C. Deletes and existing instance of a class
D. All of the above.
Answer» B. Updates an existing instance of a class
959.

Composition is a stronger form of which of the following?

A. Aggregation
B. Encapsulation
C. Inheritance
D. All of the above.
Answer» B. Encapsulation
960.

Database objects are almost always transient.

A. True
B. False
Answer» C.
961.

Which type of entity has its relationship to another entity determined by an attribute in that other entity called a discriminator?

A. Supertype entity
B. Subtype entity
C. Archetype entity
D. Instance entity
Answer» C. Archetype entity
962.

Which of the following is an SQL trigger supported by Oracle?

A. BEFORE
B. INSTEAD OF
C. AFTER
D. All of the above.
Answer» E.
963.

The SQL statement used to create a view is CREATE VIEW.

A. True
B. False
Answer» B. False
964.

A tool that can help designers understand the dependencies of database structures is a:

A. dependency graph.
B. data model.
C. graphical display.
D. None of the above is correct.
Answer» B. data model.
965.

Money is defined in Oracle with the Currency data type.

A. True
B. False
Answer» C.
966.

Legacy data is which of the following?

A. Data contained in a newly-installed system
B. Data rejected during the installation of a new system
C. Data contained in a file system
D. Data contained by a system used prior to the installation of a new system
Answer» E.
967.

Oracle, the world's most popular DBMS, is powerful and robust, running on many different operating systems.

A. True
B. False
Answer» B. False
968.

Which of the following is true for a relational database?

A. Data is represented by tables.
B. It is difficult to access data.
C. Complex programs have to be written for simple queries.
D. All of the above.
Answer» B. It is difficult to access data.
969.

If an entity adheres to the disjoint rule, then an entity instance can be a member of more than one entity for a given supertype.

A. True
B. False
Answer» C.
970.

Hashing algorithm converts a primary key value into a record address.

A. True
B. False
Answer» B. False
971.

It is usually not very important to design the physical database to minimize the time required by users to interact with the information systems.

A. True
B. False
Answer» C.
972.

ROLLBACK WORK asks SQL to empty the log file.

A. True
B. False
Answer» B. False
973.

Activities of a DBMS occur in the processing component logic.

A. True
B. False
Answer» C.
974.

The extract process is which of the following?

A. Capturing all of the data contained in various operational systems
B. Capturing a subset of the data contained in various operational systems
C. Capturing all of the data contained in various decision support systems
D. Capturing a subset of the data contained in various decision support systems
Answer» C. Capturing all of the data contained in various decision support systems
975.

The format SELECT-FROM-WHERE is the fundamental framework of SQL SELECT statements.

A. True
B. False
Answer» B. False
976.

Indexes may be created or dropped at any time.

A. True
B. False
Answer» B. False
977.

The SQL statement: SELECT Number1 + Number 2 AS Total FROM NUMBER_TABLE; adds two numbers from each row together and lists the results in a column named Total.

A. True
B. False
Answer» B. False
978.

ORDER BY can be combined with the SELECT statements.

A. True
B. False
Answer» B. False
979.

Data manipulation language (DML) commands are used to define a database, including creating, altering, and dropping tables and establishing constraints.

A. True
B. False
Answer» C.
980.

DISTINCT and its counterpart, ALL, can be used more than once in a SELECT statement.

A. True
B. False
Answer» C.
981.

Most companies keep at least two versions of any database they are using.

A. True
B. False
Answer» B. False
982.

Microsoft Access has become ubiquitous, and being able to program in Access is a critical skill.

A. True
B. False
Answer» C.
983.

The keyword BETWEEN can be used in a WHERE clause to refer to a range of values.

A. True
B. False
Answer» B. False
984.

SQL provides five built-in functions: COUNT, SUM, AVG, MAX, MIN.

A. True
B. False
Answer» B. False
985.

To establish a range of values, < and > can be used.

A. True
B. False
Answer» B. False
986.

If you are going to use a combination of three or more AND and OR conditions, it is often easier to use the NOT and NOT IN operators.

A. True
B. False
Answer» B. False
987.

The keyword LIKE can be used in a WHERE clause to refer to a range of values.

A. True
B. False
Answer» C.
988.

The SQL statement: SELECT Name, COUNT(*) FROM NAME_TABLE; counts the number of name rows and displays this total in a table with a single row and a single column.

A. True
B. False
Answer» C.
989.

The SQL keyword GROUP BY instructs the DBMS to group together those rows that have the same value in a column.

A. True
B. False
Answer» B. False
990.

The wildcard asterisk (*) is the SQL-92 standard for indicating "any sequence of characters."

A. True
B. False
Answer» C.
991.

There is an equivalent join expression that can be substituted for all subquery expressions.

A. True
B. False
Answer» C.
992.

The rows of the result relation produced by a SELECT statement can be sorted, but only by one column.

A. True
B. False
Answer» C.
993.

A dynamic view is one whose contents materialize when referenced.

A. True
B. False
Answer» B. False
994.

SQL is a programming language.

A. True
B. False
Answer» C.
995.

SELECT DISTINCT is used if a user wishes to see duplicate columns in a query.

A. True
B. False
Answer» C.
996.

One common design problem when designing a database from existing data is the use of a single cell in one column to store multiple values of an attribute.

A. True
B. False
Answer» C.
997.

In all cases, normalization into BCNF is desirable.

A. True
B. False
Answer» C.
998.

Denormalized tables are in BCNF.

A. True
B. False
Answer» C.
999.

We can eliminate modification anomalies with proper normalization that results in tables in BCNF.

A. True
B. False
Answer» B. False
1000.

Proper normalization eliminates duplicated data.

A. True
B. False
Answer» C.