Computer Science
A …………… is a text that is not executed.
- Statement
- Query
- Comment
- Clause
SQL Queries
1 Like
Answer
Comment
Reason — A comment is a text which is ignored by the SQL compiler and is not executed at all. It is given for documentation purpose only.
Answered By
1 Like
Related Questions
The …………… allows us to perform tasks related to data definition.
- DDL
- DML
- TCL
- None of these
The …………… allows us to perform tasks related to data manipulation.
- DDL
- DML
- TCL
- None of these
…………… are words that have a special meaning in SQL.
- Keyword
- Literal
- Variable
- Table
Which command helps to open the database for use?
- Use
- Open
- Distinct
- Select