Query : DROP Table student_details; |
Query : DROP Table teacher_details; |
Output : No table to display.
NOTE : As the structure of table is deleted completely, If we need to insert values in the table again, it cannot be done without creating a new table. Hence, new table needs to created first and then values to the table can be inserted through INSERT command. |