adplus-dvertising
frame-decoration

Question

The DROP TABLE statement:

a.

deletes the table structure only.

b.

deletes the table structure along with the table data.

c.

works whether or not referential integrity constraints would be violated.

d.

is not an SQL statement.

Posted under SQL DBMS

Answer: (b).deletes the table structure along with the table data.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The DROP TABLE statement:

Similar Questions

Discover Related MCQs

Q. SQL views can be used to hide:

Q. The SQL statement to create a view is:

Q. To update an SQL view, the DBMS must be able to associate the column(s) to be updated with:

Q. Which of the following is NOT a type of SQL constraint?

Q. A ________ is a program that performs some common action on database data and that is stored in the database.

Q. For what purposes are views used?

Q. What is an SQL virtual table that is constructed from other tables?

Q. When using the SQL INSERT statement:

Q. What is not an advantage of stored procedures?

Q. A reason for using an SQL view to hide columns is:

Q. Which of the following is an SQL trigger supported by Oracle?

Q. The SQL ALTER statement can be used to:

Q. What SQL structure is used to limit column values of a table?

Q. Which is NOT one of the most common types of SQL CHECK constraints?

Q. What is an advantage of placing computations in SQL views?

Q. Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain:

Q. ‘AS’ clause is used in SQL for

Q. The language which has recently become the defacto standard for interfacing application programs with relational database system is

Q. A report generator is used to

Q. Count function in SQL returns the number of