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 15 of 38

Discuss
Answer: (d).both (b) and (c)
Q142.
In SQL, which command(s) is(are) used to change a table's storage characteristics?
Discuss
Answer: (a).ALTER TABLE
Q143.
In SQL, which of the following is not a data definition language commands?
Discuss
Answer: (d).UPDATE
Q144.
In SQL, which command(s) is(are) used to issue multiple CREATE TABLE, CREATE VIEW, and GRANT statements in a single transaction?
Discuss
Answer: (b).CREATE SCHEMA
Q145.
With which type of SQL Server recovery model are all database changes logged except those that cause large log entries?
Discuss
Answer: (d).Bulk-logged recovery
Q146.
Using SQL Server 2000, which of the following symbols is used to indicate parameters in stored procedures?

a.

#

b.

%

c.

&

d.

@

Discuss
Answer: (d).@
Q147.
What mode of authentication does SQL Server NOT provide?
Discuss
Answer: (d).SQL Server only security
Q148.
The strictest transaction isolation level provided by SQL Server is called:
Discuss
Answer: (b).SERIALIZABLE.
Q149.
SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n):
Discuss
Answer: (a).INSTEAD OF trigger.
Q150.
Which type of SQL Server cursor concurrency places an update lock on a row when the row is read?
Discuss
Answer: (d).READCOMMITTED

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!