Data Base MGT MCQ
Data Base MGT MCQ
Data Base MGT MCQ
MCQS
1. A collection of conceptual tools for describing data, relationships, semantics and constraints is
referred to as ……….
(A) Data Model
(B) E-R Model
(C) DBMS
(D) All of the above
Answer
(A) Data Model
2. Dr.E.F. Codd represented ....... rules that a database must obey if it has to be considered truly
relational.
(A) 10
(B) 15
(C) 14
(D) 12
Answer
(D) 12
3. In E-R Diagram, weak entity is represented by…….
(A) Rectangle
(B) Square
(C) Double Rectangle
(D) Circle
Answer
(C) Double Rectangle
4. An entity that is related with itself is known as…….
(A) binary relationship
(B) recursive relationship
(C) ternary relationship
(D) None of the above
Answer
(B) recursive relationship
5 ........ is a bottom-up approach in which two lower level entities combine to form a higher level
entity.
(A) Aggregation
(B) Specialization
(C) Generalization
(D) None of the above
Answer
(C) Generalization
6. An entity set that does not have sufficient attributes to form a primary key, is a ……
(A) Primary entity set
(B) Weak entity set
(C) Strong entity set
(D) None of the above
Answer
(B) Weak entity set
7. Which SQL command delete all the records and does not remove the structure?
(A) Drop
(B) Insert
(C) Truncate
(D) None of the above
Answer
(C) Truncate
8. Which of the following is a Data Definition Language (DDL) command?
(A) Delete
(B) Insert
(C) Drop
(D) Merge
Answer
(C) Drop
9. In ........ database, data is organized in the form of trees with nodes.
(A) Hierarchical
(B) Relational
(C) Network
(D) None of the above
Answer
(A) Hierarchical
10. Which command is used to retrieve records from one or more table?
(A) Delete
(B) Insert
(C) Drop
(D) Select
Answer
(D) Select
17.The language used in application programs to request data from the DBMS is referred to as
the
(A) DML
(B) DDL
(C) DCL
(D) None of the above
Answer
(A) DML
49.Which of the following is a special type of integrity constraint that relates two relations
and maintains consistency across the relations?
(A) Entity Integrity Constraints
(B) Referential Integrity Constraints
(C) Domain Integrity Constraints
(D) None of the above
Answer
(B) Referential Integrity Constraints
50.Each modification done in database transaction are first recorded into the
(A) Hard Drive
(B) Disk
(C) Log File
(D) Data Mart
Answer
(C) Log File
51.Which of the following is preferred method for enforcing data integrity?
(A) Cursors
(B) Constraints
(C) Triggers
(D) None of the above
Answer
(B) Constraints
52.Which allows to make copies of the database periodically to help in the cases of crashes and
disasters?
(A) Recovery utility
(B) Data loading utility
(C) Monitoring utility
(D) Backup Utility
Answer
(D) Backup Utility
65.In oracle, which tablespace is the minimum required when creating a database?
(A) System tablespace
(B) Undo tablespace
(C) temporary tablespace
(D) None of the above
Answer
(A) System tablespace
66.Which of the following is another name for weak entity?
(A) Dominant
(B) Child
(C) Owner
(D) None of the above
Answer
(B) Child
67.ODBC is based on
(A) C++ language
(B) RDBMS
(C) Structured Query Language
(D) C language
Answer
(C) Structured Query Language
68.OLAP stands for
(A) Online Arithmetic Processing
(B) Online Analysis Processing
(C) Online Analytical Processing
(D) None of the above
Answer
(C) Online Analytical Processing
69.The operation allows the combining of two relations by merging pairs of tuples, one
from each relation, into a single tuple.
(A) Join
(B) Intersection
(C) Union
(D) None of the above
Answer
(A) Join
70. is the multiplication of all the values in the attributes.
(A) Set difference
(B) Cartesian product
(C) Intersection
(D) None of the above
Answer
(B) Cartesian product
71.Which command is used to remove a relation from an SQL database?
(A) Delete
(B) Remove
(C) Drop
(D) None of the above
Answer
(C) Drop
72.In SQL, the spaces at the end of the string are removed by function .
(A) Lower
(B) String
(C) Trim
(D) None of the above
Answer
(C) Trim
73. is used to save permanently any transaction into database.
(A) commit
(B) rollback
(C) savepoint
(D) None of the above
Answer
(A) commit
(A) Disk pages
(B) Blocks
(C) Nodes
Answer
(A) Bucket
1. Which of the following operator used for appending two strings?
(A) %
(B) &
(C) +
(D) ||
Answer
(D) ||
2. The management information system (MIS) structure with one main computer system is
called a
(A) Decentralized MIS structure
(B) Distributed MIS structure
(C) Centralized MIS structure
(D) None of the above
Answer
(C) Centralized MIS structure
3. The highest level in the hierarchy of data organization is called
(A) data base
(B) data file
(C) data record
(D) None of the above
Answer
(A) data base