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!
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 3. Capitolo 13
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Awesome!
Completion rate improved to 4.17
SQL Comments
Scorri per mostrare il menu
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!
Tutto è chiaro?
Grazie per i tuoi commenti!
Awesome!
Completion rate improved to 4.17Sezione 3. Capitolo 13
single