Deleting Tables
Swipe to show menu
Sometimes we need to delete tables that are no longer useful or need to be replaced. We can do that using the DROP statement.
Following is the syntax of the DROP statement.
DROP TABLE table_name;
Example: Dropping the Students Table
DROP TABLE students;
Demonstration:
Everything was clear?
Thanks for your feedback!
Sectionย 5. Chapterย 10
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Sectionย 5. Chapterย 10