(A) The table, its structure, views, permissions, and triggers will also be deleted or removed with this SQL statement.
(B) In the database management system, this SQL statement deletes the existing database, together with all the database tables and views.
(C) A new database will be created through this SQL statement.
(D) In this SQL statement, the data or records are inserted into an existing database table. One query statement can insert multiple records simultaneously using this statement.
Discusssion
Login to discuss.