|
SQL (pronounced "ess-que-el") stands for Structured
Query Language.
SQL is the language used to communicate with a database.
It is the standard language for relational database management systems.
SQL statements are used to perform tasks such as update data on
a database, or retrieve data from a database.
Some common relational database management systems
that use SQL are: Oracle, Sybase, Microsoft SQL Server, Access,
Ingres, MySQL etc.
Although most database systems use SQL, most of
them also have their own additional proprietary extensions that
are usually only used on their system.
However, the standard SQL commands such as "Select",
"Insert", "Update", "Delete", "Create", and "Drop" can be used to
accomplish almost everything that one needs to do with a database.
SQL is part of our Web
development training programs that teach you how to build dynamic
Web sites.
Check out our course details.
|
   |
What is SQL?
- SQL stands for Structured Query
Language
- SQL allows you to access a database
- SQL is an ANSI standard 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
This is an excellent
tutorial to get you up to speed with SQL. It will teach you
the workings of SQL, everything you need to get started with SQL.
SQL forms a part of 4 of our training programs that
teach you how to build dynamic database driven Web sites:
|