DROP TABLE statement: ---------------------------------------- DROP TABLE…
2017
DROP TABLE statement:
----------------------------------------
DROP TABLE स्टेटमेंट:
- A.
deletes all constraints in a table.
- B.
deletes only the structure of the table.
- C.
deletes data of table.
- D.
deletes data as well as structure of table.
Attempted by 2129 students.
Show answer & explanation
Correct answer: D
Correct Answer: deletes data as well as structure of table. Explanation: What DROP TABLE does: Removes the table definition (structure), all rows of data, and associated objects such as constraints, indexes, and triggers that belong to that table.
A video solution is available for this question — log in and enroll to watch it.