




 Home

 Company

 Technologies »

 Services

 Portfolio

 Process

 Data Warehousing

 Contact Us




|

HOME
>> TECHNOLOGY >>SQL

| STRUCTURED QUERY LANGUAGE : |
|
|
SQL is a standard computer language for
accessing and manipulating databases:
|
|
| What is
SQL? |
|
- SQL stands for Structured Query Language
- SQL allows you to access a database
- SQL is an ANSI standard computer language
- SQL can execute queries against a database
- SQL can retrieve data from a database
- SQL can insert new records in a database
- SQL can delete records from a database
- SQL can update records in a database
- SQL is easy to learn
|
|
|
SQL is an ANSI (American National Standards
Institute) standard computer language for accessing and
manipulating database systems. 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.
|
|
|
Unfortunately, there are many different
versions of the SQL language, but to be in compliance
with the ANSI standard, they must support the same major
keywords in a similar manner (such as SELECT, UPDATE,
DELETE, INSERT, WHERE, and others).
|
|
|
|
NEXT
» |
|
|
|