Hosted Data Services

SQL

Intended Audience

This section is intended for all  hosted data services users  who want to move beyond basics and start to create advanced  applicaiton in their workspace.

About SQL

SQL (officially pronounced like "S-Q-L" but often pronounced ike "sequel"), often referred to as Structured Query Language, is a database computer language designed for managing data in relational database management systems (RDBMS), and originally based upon relational algebra. Its scope includes data insert, query, update and delete, schema creation and modification, and data access control. SQL was one of the first languages for Edgar F. Codd's relational model in his influential 1970 paper, "A Relational Model of Data for Large Shared Data Banks"and became the most widely used language for relational databases.

To learn more about  SQL,  type “SQL” or  "SQL tutorial"   on  the web search engines  (e.g Google, Yahoo), you may find  more information or tutorial on  SQL.

Link to SQL websites