Name the SQL commands used to ; (i) Physically delete a table from the database. (ii) Display the structure of a table.
Answers
Answered by
3
1. drop table(table name);
2. desc (table name);
Similar questions