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:
すべて明確でしたか?
フィードバックありがとうございます!
セクション 5. 章 10
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 5. 章 10