mysql comment – POFTUT

SQL Comments Tutorial with Example

SQL Comments Tutorial with Example

SQL is a defacto language used to manage, query, select, filter data in a relational database. Similar to the programming languages SQL provides comments in order to make the SQL query or clause more readable and put some note. Single-Line Comments We will start with single-line comments. Double dash — is used to create a … Read more