dbms mcq
dbms mcq
1) Which of the following is generally used for performing tasks like creating
the structure of the relations, deleting relation?
a) DML(Data Manipulation Language) b) Query c) Relational Schema
d)DDL(Data Definition Language)
2) Which of the following provides the ability to query information from the
database and insert tuples into, delete tuples from, and modify tuples in the
database?
a) DML(Data Manipulation Language) b) DDL(Data Definition
Language)
c) Query d) Relational Schema
5) Which one of the following refers to the copies of the same data (or
information) occupying the memory space at multiple places.
a) Data Repository B)Data Inconsistency C)Data Mining D)Data
Redundancy
6) Which one of the following refers to the "data about data"?
a)Directory b)Sub Data c)Warehouse d)Meta Data
14) Which one of the following command is used to delete the existing row in
a table?
A) Delete b) Update c)Insert d)None of the above
15) Which one of the following commands is used for removing (or deleting) a
relation forms the SQL database?
a) Delete b)Drop c)Remove ds)All of the above