adplus-dvertising

Welcome to the SQL MCQs Page

Dive deep into the fascinating world of SQL with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of SQL, a crucial aspect of DBMS. In this section, you will encounter a diverse range of MCQs that cover various aspects of SQL, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within DBMS.

frame-decoration

Check out the MCQs below to embark on an enriching journey through SQL. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of DBMS.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of SQL. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

SQL MCQs | Page 12 of 38

Q111.
In SQL, which command(s) is(are) used to enable/disable a database trigger?
Discuss
Answer: (c).ALTER TRIGGER
Q112.
Which command is used to remove an index from the database in SQL?
Discuss
Answer: (b).DROP INDEX
Q113.
Which command is used to remove a table from the database in SQL?
Discuss
Answer: (b).DROP TABLE
Discuss
Answer: (c).grant system privileges, roles, and object privileges to uses and roles
Q115.
In SQL, which command(s) is(are) used to enable/disable all triggers on a table?
Discuss
Answer: (b).ALTER TABLE
Q116.
In SQL, which command is used to add new rows to a table?
Discuss
Answer: (c).INSERT
Q117.
An operation that will increase the length of a list is
Discuss
Answer: (a).Insert
Q118.
In SQL, which command is used to add a column/integrity constraint to a table
Discuss
Answer: (d).ALTER TABLE
Q119.
In SQL, which command is used to changes data in a table?
Discuss
Answer: (a).UPDATE
Q120.
Which of the following command(s) is(are) used to recompile a stored procedure in SQL?
Discuss
Answer: (b).ALTER PROCEDURE

Suggested Topics

Are you eager to expand your knowledge beyond DBMS? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!