Database Management System and Design MCQ IT Officer(PSC)
MCQs from PAGE1 1. ______ offers the ability to query the data and insert, after, and delete tuples. a. Transaction Control Language (TCL) b. Data Control Language (DCL) c. Data Definition Language (DDL) d. Data Manipulation Language (DML) Correct Answer: d Explanation: Data Manipulation Language (DML) includes commands like SELECT , INSERT , UPDATE , and DELETE , which are used to query and manipulate data (tuples) in a database. TCL manages transactions, DCL controls access, and DDL defines structures. The correct answer is "d". 2. We can add or remove the user IDs using which of these fixed roles? a. db_setupadmin b. db_securityadmin c. db_accessadmin d. db_sysadmin Correct Answer: c Explanation: The db_accessadmin role in SQL Server is specifically designed to manage user permissions, including adding or removing user IDs. Other roles have different responsibilities (e.g., db_securityadmin manages security, db_sysadmin is for system administration)....