Jumat, 17 November 2023

Top Database Comment Syntax 1

Comment syntax in SQL/No SQL script or other source code.

MySQL

Single Line

# comment goes here

or you can type:

-- comment goes here

Multiple Line / Several Line

/* comment goes here */

PLSQL ( Oracle Procedural Language extensions to SQL )

Single Line

-- comment goes here

Multiple Line / Several Line

/* comment goes here */

SQL Server (Microsoft Transact SQL)

Single Line

-- comment goes here

Multiple Line / Several Line

/* comment goes here */

MongoDB

MongoDB Query

you can insert or include or snipping in every MongoDB query as operator.

$comment: comment goes here

MongoDB Configuration Single Line

# comment goes here

MongoDB With JavaScript (JS)

use JavaScript single line comment:

// comment goes here

MongoDB With Python Single Line / Multi Line

# comment goes here

Bibliography

https://copyprogramming.com/

https://linuxhint.com/

https://stackoverflow.com/

https://www.mongodb.com/

https://www.programiz.com/

https://www.techonthenet.com/

Related Post:

Memelihara Kesehatan Lingkungan

Fungsi Menu Pada Microsoft Office Excel 1

Aktivitas Kebugaran Jasmani


Tidak ada komentar:

Posting Komentar

Various Other Posts