What Isare The Syntax Of Sqlite Explain Statement #96
What is/are the syntax of SQLite EXPLAIN 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/are the syntax of SQLite EXPLAIN statement?
EXPLAIN INSERT statement...;
EXPLAIN QUERY PLAN SELECT statement...;
Both A and B
None of the above