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

SQL Syntax Single Line Comment

Single Line Comment Examples

CREATE TABLE Students -- A table named Students ( Id INT PRIMARY KEY, -- with Primary Key as Id Name VARCHAR (50) NOT NULL, Address VARCHAR (40) NOT NULL, Phone INT ) --- will be created-----


See also SQL syntax for:

DROP
Creating a Stored Procedure
STDEVP
Single Line Comment
MAX
Terms and Conditions