Structured Query Language (SQL) is an ANSI standard language for accessing and manipulating databases.
SQL supports commands like SELECT, UPDATE, DELETE, INSERT, WHERE.
SQL is the main language used in most RDBMS like MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access.




