adspace


What is sql comments?

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


Please Help Members By Posting Answers For Below Questions

how to start mysql server? : Sql dba

1267


What is your daily office routine?

2346


How do I remove duplicates in two columns?

1187


what is bcp? When does it used? : Sql dba

1056


what is sql server agent? : Sql dba

1182


Can we use distinct and group by together?

1133


what are all the common sql function? : Sql dba

1131


Is inner join faster than left join?

1277


Is primary key always clustered index?

1095


What is the current version of postgresql?

1178


Do we need to rebuild index after truncate?

1138


how many tables will create when we create table, what are they? : Sql dba

1144


Does group by remove duplicates?

1112


how to use regular expression in pattern match conditions? : Sql dba

1113


define sql insert statement ? : Sql dba

1098