CSS-HTML.NET
Home > SQL > Multi Line Comment
HTML
CSS
JavaScript
PHP
VbScript
Web Colors
SQL

SQL Syntax Multi Line Comment

Multi Line Comment Examples

CREATE TABLE Students /* A table named Students with Primary Key as Id will be created */ ( Id INT PRIMARY KEY, Name VARCHAR(50) NOT NULL, Address VARCHAR(40) NOT NULL, /*Only the phone number accepts null value */ Phone INT )


See also SQL syntax for:

SUM
Deleting a Stored Procedure
VAR
LIKE
Renaming a View
Terms and Conditions