What Is The Syntax Of Sqlite Drop Table Statement #93
What is the syntax of SQLite DROP TABLE statement?
This multiple choice question (MCQ) is related to the book/course gs gs118 Data Mining. It can also be found in gs gs118 SQLite MCQs - SQLite MCQs - Quiz No.10.
What is the syntax of SQLite DROP TABLE statement?
DROP TABLE database_name.table_name;
DROP TABLE database_name;
DROP TABLE table_name;
DELETE TABLE database_name.table_name;