SQL Cheatsheet PDF
SQL Cheatsheet PDF
Joins
What is SQL?
Structured Query Language or SQL is a
standard Database language which is used to
create, maintain and retrieve the relational
database
<fieldname1><fieldtype1>
(NULL/NNOT NULL) ,
<fieldname2><fieldtype2>
);