Computer Science, asked by smadhu3535, 4 months ago

Explain the following SQL commands with one example: i) Delete ii) Drop

Table ​

Answers

Answered by shrey2020
1

Answer:

The SQL DROP TABLE statement is used to remove a table definition and all the data, indexes, triggers, constraints and permission specifications for that table.

Similar questions