Adv RDB
Adv RDB
Sameer Dehadrai
D. All of the above
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 tuples
D. Subset of a Cartesian product of a list of relations
Sameer Dehadrai
18. Which of the following is not Modification of the Database
A. Deletion
B. Insertion
C. Sorting
D. Updating
25. Snapshot of the data 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
B. Project
C. Set Difference
D. Cartesian Product
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
Sameer Dehadrai
B. Second Normal Form
C. Third Normal Form
D. Fourth Formal Form
45. Which SQL Query is use to remove a table and all its data from the database?
a. Create Table
Sameer Dehadrai
b. Alter Table
c. Drop Table
d. None of these
Sameer Dehadrai
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
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