Describe sql comments?
Answer / Pawan Parimal
SQL comments are used to explain or document SQL statements. They allow developers to include notes and annotations in their code without them being interpreted as actual commands. In most SQL dialects, comments are created using two types of syntax:nn1. Single-line comment: `--` followed by the comment text.n2. Multi-line comment: `/*` at the start of the comment and `*/` at the end.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can variables be used in sql statements?
I have a Employee table with columns ename,eid,salary,deptno. How to retrieve sum of salary for each deptno?
What is primary key sql?
Why are aggregate functions called so?
What is row_number () in sql?
how many sql ddl commands are supported by 'mysql'? : Sql dba
What are inner outer left and right joins in sql?
What is latest version of sql?
How is a process of pl/sql compiled?
Explain the the delete statements in sql?
How to convert lowercase letters to uppercase and uppercase letters to lowercase in a string. (ex, AbcdEfG should convert as aBCDeFg)
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)