SQL Language History, Components & Elements
December 25, 2009
Definition of SQL Language:
SQL is a computer/programming language which enables a user or any application to interact with an SQL capable database management systems or DBMS. SQL is a great tool to deal with databases. It is used to access and manipulate databases & It is very easy to implement.
In this tutorial, we will explain about the basics of SQL language, its history and its implementations.
SQL stands for Structured Query Language.
It is an ANSI (American National Standards Institute) standard language used for accessing and manipulating databases.
There are different databases, such as, MySQL, SQL Server, Access, Oracle, Sybase, DB2, and other database systems. We will basically deal with Oracle. WAIT! There is more to read… read on »