STRUCTURED QUERY LANGUAGE

SQL (STRUCTURED QUERY LANGUAGE)

SQL is an ANSI (American National Standards Institution) standard for accessing database system. SQL is a simple and powerful language used to create, access, and manipulate data and structure in the databases. SQL is like plain English, easy to write and understands. SQL statements are used to retrieve and update data in a database.
SQL works with database programs like MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, etc.

FEATURES OF THE SQL


SQL stands for Structured Query Language.
SQL allows you to access a database.
SQL is an ANSI standard.
SQL can execute queries against the database.
SQL can retrieve data from the database.
SQL can insert new records in the database.
SQL can delete records from the database.
SQL can update the records in the database.
SQL is easy to learn.

Post a Comment

Previous Post Next Post