What is/are the syntax of SQLite EXPLAIN statement?

96. What is/are the syntax of SQLite EXPLAIN statement?

  1. EXPLAIN INSERT statement...;
  2. EXPLAIN QUERY PLAN SELECT statement...;
  3. Both A and B
  4. None of the above

Answer: C) Both A and B

Explanation:

The syntax of SQLite EXPLAIN statement are -

  1. EXPLAIN INSERT statement...;
  2. EXPLAIN QUERY PLAN SELECT statement...;

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.