adspace
Answer Posted / Ahsan Khan
SQL Comments are used to add notes or explanations to SQL code. They help other developers understand the purpose of the code and make it easier to maintain.nnIn most SQL dialects, comments are created using two types of syntax: single-line comments and multi-line comments.nnFor a single-line comment, you can use two hyphens (--), like this: -- This is a single-line comment.nnFor a multi-line comment, you can use /* and */ delimiters, like this:n/* This
is a nmulti-nline ncomment. */
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to start mysql server? : Sql dba
What is your daily office routine?
How do I remove duplicates in two columns?
what is bcp? When does it used? : Sql dba
what is sql server agent? : Sql dba
Can we use distinct and group by together?
what are all the common sql function? : Sql dba
Is inner join faster than left join?
Is primary key always clustered index?
What is the current version of postgresql?
Do we need to rebuild index after truncate?
how many tables will create when we create table, what are they? : Sql dba
Does group by remove duplicates?
how to use regular expression in pattern match conditions? : Sql dba
define sql insert statement ? : Sql dba