MCQ For Database
MCQ For Database
MCQ For Database
Which of the following refers to the level of data abstraction that describes exactly
how the data actually stored?
a. Conceptual Level
b. Physical Level
c. File Level
d. Logical Level
8. Which of the following is used in the application programs to request data from the
database management system?
a. Data Manipulation language
b. Data Definition Language
c. Data Control Language
d. All of the above
9. Which of the following commands is used to save any transaction permanently into
the database?
a. Commit
b. Rollback
c. Savepoint
d. None of the above
11. Which of the following keys is generally used to represents the relationships between
the tables?
a. Primary key
b. Foreign key
c. Secondary key
d. None of the above
12. Which one of the following keyword is used to find out the number of values in a
column?
a. TOTAL
b. COUNT
c. SUM
d. ADD
13. Which one of the following is commonly used to define the overall design of the
database?
a. Application program
b. Data definition language
c. Schema
d. Source code
14. Which one of the following commands is used to modify a column inside a table?
a. Drop
b. Update
c. Alter
d. Set
15.