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++:
12345--comment for current line /* multi- line comment*/
Congratulations! Don't stop learning and complete Data Manipulation using SQL course!
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 13
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Awesome!
Completion rate improved to 4.17
SQL Comments
Desliza para mostrar el menú
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++:
12345--comment for current line /* multi- line comment*/
Congratulations! Don't stop learning and complete Data Manipulation using SQL course!
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Awesome!
Completion rate improved to 4.17Sección 3. Capítulo 13
single