

MCQOPTIONS
Saved Bookmarks
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.
651. |
The only reason for the existence of relations is to store instances of functional dependencies. |
A. | True |
B. | False |
Answer» B. False | |
652. |
A relation is in 5NF when multivalued dependencies are isolated in their own relation. |
A. | True |
B. | False |
Answer» C. | |
653. |
The functional dependency R S means that the value of S can be determined when we are given a value of R. |
A. | True |
B. | False |
Answer» B. False | |
654. |
In a relation, the columns are sometimes called "attributes." |
A. | True |
B. | False |
Answer» B. False | |
655. |
In a relation, the order of the columns does not matter. |
A. | True |
B. | False |
Answer» B. False | |
656. |
A functional dependency is a relationship between or among attributes. |
A. | True |
B. | False |
Answer» B. False | |
657. |
A key is a group of one or more attributes that uniquely identifies a row. |
A. | True |
B. | False |
Answer» B. False | |
658. |
Keys made up of two or more attributes are called composite keys. |
A. | True |
B. | False |
Answer» B. False | |
659. |
Given the functional dependency R S , R is called the determinant. |
A. | True |
B. | False |
Answer» B. False | |
660. |
Relations are categorized into normal forms according to the referential integrity constraints that they have. |
A. | True |
B. | False |
Answer» C. | |
661. |
A relation is in Boyce-Codd Normal Form (BCNF) if every determinant is a composite key. |
A. | True |
B. | False |
Answer» C. | |
662. |
In a relation, the rows are sometimes called "records." |
A. | True |
B. | False |
Answer» B. False | |
663. |
Any table that meets the definition of a relation is said to be in first normal form. |
A. | True |
B. | False |
Answer» B. False | |
664. |
Given the functional dependency R (S,T) , then it is also true that R S. |
A. | True |
B. | False |
Answer» B. False | |
665. |
Data-volume and frequency-of-use statistics are not critical inputs to the physical database design process. |
A. | True |
B. | False |
Answer» C. | |
666. |
In general, larger block sizes are used for online transaction processing applications and smaller block sizes are used for databases with a decision support or data warehousing system. |
A. | True |
B. | False |
Answer» C. | |
667. |
When storage space is scarce and physical records cannot span pages, creating multiple physical records from one logical relation will minimize wasted storage space. |
A. | True |
B. | False |
Answer» B. False | |
668. |
A field represents each component of a composite attribute. |
A. | True |
B. | False |
Answer» B. False | |
669. |
Some advantages of partitioning include: efficiency, security, and load balancing. |
A. | True |
B. | False |
Answer» B. False | |
670. |
Distributing the columns of a table into several separate physical records is known as horizontal partitioning. |
A. | True |
B. | False |
Answer» C. | |
671. |
An extent is a contiguous section of disk storage space. |
A. | True |
B. | False |
Answer» B. False | |
672. |
The three newest database architectures in use today are relational, multidimensional and hierarchical. |
A. | True |
B. | False |
Answer» C. | |
673. |
Outer join is the same as equi-join, except one of the duplicate columns is eliminated in the result table. |
A. | True |
B. | False |
Answer» C. | |
674. |
A function returns one value and has only output parameters. |
A. | True |
B. | False |
Answer» C. | |
675. |
With the UNION clause, each query involved must output the same number of columns, and they must be UNION compatible. |
A. | True |
B. | False |
Answer» B. False | |
676. |
When AUTOCOMMIT is set on, changes will be made automatically at the end of each SQL statement. |
A. | True |
B. | False |
Answer» B. False | |
677. |
The UNION clause is used to combine the output from multiple queries together into a single result table. |
A. | True |
B. | False |
Answer» B. False | |
678. |
The most frequently used relational operation, which brings together data from two or more related tables into one resultant table, is called an equi-join. |
A. | True |
B. | False |
Answer» C. | |
679. |
A correlated subquery is where the outer query depends on data from the inner query. |
A. | True |
B. | False |
Answer» C. | |
680. |
A transaction is the complete set of closely related update commands that must all be done, or none of them done, for the database to remain valid. |
A. | True |
B. | False |
Answer» B. False | |
681. |
Centralized systems are more susceptible to security threats than client/server architectures. |
A. | True |
B. | False |
Answer» C. | |
682. |
Writing stored procedures takes less time than using Visual Basic or PowerBuilder to create an application. |
A. | True |
B. | False |
Answer» C. | |
683. |
Data processing logic includes such activities as data validation and identification of processing errors. |
A. | True |
B. | False |
Answer» B. False | |
684. |
ODBC requires the specific driver. |
A. | True |
B. | False |
Answer» B. False | |
685. |
The first client/server architectures developed were file servers. |
A. | True |
B. | False |
Answer» B. False | |
686. |
A data mart is designed to optimize the performance for well-defined and predicable uses. |
A. | True |
B. | False |
Answer» B. False | |
687. |
Successful data warehousing requires that a formal program in total quality management (TQM) be implemented. |
A. | True |
B. | False |
Answer» B. False | |
688. |
The primary goal of physical database design is data processing efficiency. |
A. | True |
B. | False |
Answer» B. False | |
689. |
A bitmap index is an index on columns from two or more tables that come from the same domain of values. |
A. | True |
B. | False |
Answer» C. | |
690. |
Triggers are stored blocks of code that have to be called in order to operate. |
A. | True |
B. | False |
Answer» C. | |
691. |
The joining technique is useful when data from several relations are to be retrieved and displayed and the relationships are not necessarily nested. |
A. | True |
B. | False |
Answer» B. False | |
692. |
There should be one condition within the WHERE clause for each pair of tables being joined. |
A. | True |
B. | False |
Answer» B. False | |
693. |
Subqueries can be nested multiple times. |
A. | True |
B. | False |
Answer» B. False | |
694. |
The code to create triggers and routines is stored in only one location and is administered centrally. |
A. | True |
B. | False |
Answer» B. False | |
695. |
All enterprise resource planning (ERP) systems are heavily dependent on databases to store the data required by the ERP applications. |
A. | True |
B. | False |
Answer» B. False | |
696. |
Database management systems were first introduced in the 1950s. |
A. | True |
B. | False |
Answer» C. | |
697. |
Databases that contain historical and summarized information are usually called data warehouses. |
A. | True |
B. | False |
Answer» B. False | |
698. |
Packaged data models are meant to be exactly right straight out of the box. |
A. | True |
B. | False |
Answer» C. | |
699. |
An action assertion is a statement that expresses some aspect of the static structure of the organization. |
A. | True |
B. | False |
Answer» C. | |
700. |
Massively parallel processing (MPP) systems require a complete copy of the operating system to be resident in each dedicated memory. |
A. | True |
B. | False |
Answer» B. False | |