Conteúdo do Curso
SQL Tutorial for Beginners
SQL Tutorial for Beginners
SQL Comments
There are two types of comments in SQL: one-line and multi-line. The one-line comment starts with --
, and multiline starts with /*
and ends with */
, like in C++:
--comment for current line /* multi- line comment*/
Congratulations! Don't stop learning and complete Data Manipulation using SQL course!
Obrigado pelo seu feedback!
SQL Comments
There are two types of comments in SQL: one-line and multi-line. The one-line comment starts with --
, and multiline starts with /*
and ends with */
, like in C++:
--comment for current line /* multi- line comment*/
Congratulations! Don't stop learning and complete Data Manipulation using SQL course!
Obrigado pelo seu feedback!
SQL Comments
There are two types of comments in SQL: one-line and multi-line. The one-line comment starts with --
, and multiline starts with /*
and ends with */
, like in C++:
--comment for current line /* multi- line comment*/
Congratulations! Don't stop learning and complete Data Manipulation using SQL course!
Obrigado pelo seu feedback!
There are two types of comments in SQL: one-line and multi-line. The one-line comment starts with --
, and multiline starts with /*
and ends with */
, like in C++:
--comment for current line /* multi- line comment*/
Congratulations! Don't stop learning and complete Data Manipulation using SQL course!