Which of the following is/are TRUE about Comments in SQLite?

77. Which of the following is/are TRUE about Comments in SQLite?

  1. You can add comments to your SQLite code to make it more readable.
  2. Nesting is not possible
  3. Two consecutive "-" characters begin a comment.
  4. All of the above

Answer: D) All of the above

Explanation:

The following are TRUE about Comments in SQLite -

  1. You can add comments to your SQLite code to make it more readable.
  2. Nesting is not possible
  3. Two consecutive "-" characters begin a comment.

Comments and Discussions!

Load comments ↻






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