DBT MCQs # 2
DBT MCQs # 2
Sameer Dehadrai
[email protected]
9. Which of the following in not a function of DBA?
A. Network Maintenance
B. Routine Maintenance
C. Schema Definition
D. Authorization for data access
13. A Relation is a
A. Subset of a Cartesian product of a list of attributes
B. Subset of a Cartesian product of a list of domains
C. Subset of a Cartesian product of a list of tuple
D. Subset of a Cartesian product of a list of relations
Sameer Dehadrai
[email protected]
A. Deletion
B. Insertion
C. Sorting
D. Updating
25. Snapshot of the dta in the database at a given instant of time is called
A. Database Schema
B. Database Instance
C. Database Snapshot
D. All of the above
Sameer Dehadrai
[email protected]
28. Which of the following is correct regarding Aggregate functions?
A. it takes a list of values and return a single values as result
B. it takes a list of values and return a list of values as result
C. it takes a single value and returns a list of values as result
D. it takes a single value and returns a single value as result
32. The attribute that can be divided into other attributes is called
A. Simple Attribute
B. Composite Attribute
C. Multi-valued Attribute
D. Derived Attribute
36. If every non-key attribute is functionally dependent on the primary key, the relation will be in
A. First Normal Form
B. Second Normal Form
C. Third Normal Form
D. Fourth Formal Form
Sameer Dehadrai
[email protected]
37. Database locking concept is used to solve the problem of
A. Lost Update
B. Uncommitted Dependency
C. Inconsistent Data
D. All of the above
45. Which SQL Query is use to remove a table and all its data from the database?
a. Create Table
b. Alter Table
c. Drop Table
d. None of these
Sameer Dehadrai
[email protected]
a. Left to Left
b. Left to Right
c. Right to Right
d. Right to Left
54. A logical description of some portion of database that is required by a user to perform task is called as A.
System View
B. User View
C. Logical View
D. Data View
Sameer Dehadrai
[email protected]
A. Left – Right approach
B. Right – Left approach
C. Top – Down approach
D. Bottom – Up approach
56. _____________ refers to the correctness and completeness of the data in a database?
A. Data security
B. Data integrity
C. Data constraint
D. Data independence
58. A lock that allows concurrent transactions to access different rows of the same table is known as a A. Field-
level lock
B. Row-level lock
C. Table-level lock
D. Database-level lock
59. A type of query that is placed within a WHERE or HAVING clause of another query is called A. Super
query
B. Sub query
C. Master query
D. Multi-query
Sameer Dehadrai
[email protected]