
I want to discuss about SQL Introduction for beginners. SQL is Structured Query language. SQL is an ANSI (American National Standards Institute) standard. There are 4 categories in SQL command: Data Definition language (DDL) Data Manipulation Language (DML) Data Control Language(DCL) Transaction Control(TCL) Data Definition language : CREATE, ALTER, RENAME, DROP Data Manipulation Language : […]