CS/IT MCQ Collections

MCQ Questions on DBMS with Answer set-6

Pinterest LinkedIn Tumblr

This set of MCQ questions on DBMS includes the collection of objective questions on the fundamentals of the database management system. It includes the MCQ questions on SQL commands, database server functions, and utilities of DBMS.

1. …………… joins are SQL server default
A) Outer
B) Inner
C) Equi
D) None of the above

2. The ………………… is essentially used to search for patterns in the target string.
A) Like Predicate
B) Null Predicate
C) In Predicate
D) Out Predicate

3. Which of the following is/are the Database server functions?
i) Data management            ii) Transaction management
iii) Compile queries            iv) Query optimization

A) i, ii, and iv only
B) i, ii and iii onl
C) ii, iii and iv only
D) All i, ii, iii, and iv

4. To delete a database ………………. command is used
A) delete database database_name
B) Delete database_name
C) drop database database_name
D) drop database_name

5. ………….. is a combination of two of more attributes used as a primary key
A) Composite Key
B) Alternate Key
C) Candidate Key
D) Foreign Key

Read Also: MCQ on Fundamental of Database Management System (DBMS)

6. Which of the following is not the function of the client?
A) Compile queries
B) Query optimization
C) Receive queries
D) Result formatting and presentation

7. …………. is a special type of stored procedure that is automatically invoked whenever the data in the table is modified.
A) Procedure
B) Trigger
C) Curser
D) None of the above

8. …………….. requires that data should be made available to only authorized users.
A) Data integrity
B) Privacy
C) Security
D) None of the above

9. Some of the utilities of DBMS are ………….
i) Loading          ii) Backup               iii) File organization          iv) Process organization

A) i, ii, and iv only
B) i, ii and iii only
C) ii, iii and iv only
D) All i, ii, iii, and iv

10. …………….. allows individual row operation to be performed on a given result set or on the generated by a selected statement.
A) Procedure
B) Trigger
C) Curser
D) None of the above

Answers:

1. B) Inner
2. A) Like Predicate
3. A) i, ii, and iv only
4. C) drop ….database_name
5. A) Composite Key
6. B) Query optimization
7. B) Trigger
8. C) Security
9. B) i, ii and iii only
10. C) Curser

Read Next: Solved MCQ of Database Management System (DBMS) Set – 7

Author

Shuseel Baral is a web programmer and the founder of InfoTechSite has over 8 years of experience in software development, internet, SEO, blogging and marketing digital products and services is passionate about exceeding your expectations.

Comments are closed.