SQL basics commands

Create Table

create table statement

Insert Record

insert statment

Update Record

update statment

Delete Record

delete statment

Select Record

select statment

Alter Table

alter table statment

Drop Table/Delete Table

drop table statment

Quick SQL reference

Quick Reference of SQL