Computer Science, asked by skmittal3677, 1 year ago

Name the SQL commands used to ; (i) Physically delete a table from the database. (ii) Display the structure of a table.

Answers

Answered by shreyansh07
3

1. drop table(table name);

2. desc (table name);

Similar questions