Home »
MCQs »
SQLite MCQs
Which of the following is/are TRUE about Comments in SQLite?
77. Which of the following is/are TRUE about Comments in SQLite?
- You can add comments to your SQLite code to make it more readable.
- Nesting is not possible
- Two consecutive "-" characters begin a comment.
- All of the above
Answer: D) All of the above
Explanation:
The following are TRUE about Comments in SQLite -
- You can add comments to your SQLite code to make it more readable.
- Nesting is not possible
- Two consecutive "-" characters begin a comment.