What Is The Syntax Of Drop View Statement #94
What is the syntax of DROP VIEW 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 DROP VIEW statement?
DROP VIEW database_name.view_name;
DROP VIEW view_name;
DROP INDEX database_name;
DROP INDEX database_name.view_name;