Deleting Tables
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
Awesome!
Completion rate improved to 1.72
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