Foremost IT logo dots healthcare solutions management solutions support solutions internet solutions


We can put a Search on your site
healthcare
solutions
management
solutions
support
solutions
internet
solutions

home home about about us case case studies partners our partners contact contact us careers careers
 
Our Expertise
We can demystify the jargon, and help your organisation make the most effective use of technology. Click below.
Too Busy - no time!

Generated by Glossary, Foremost IT's web-based glossary module. If you would like Glossary to appear on your own website, please contact us.

SQL
Structured Query Language

SQL (sometimes pronounced "sequel") is an industry-standard language for creating, updating and, querying relational database management systems. At a basic level it is very simple to learn, but paradoxically, it is extremely powerful and useful.

SQL was developed by IBM in the 1970s for use in System R, an early relational database. It is the de facto standard as well as being an ISO and ANSI standard. It is often embedded in general purpose programming languages.

SQL statements fall into two categories:
  • DDL (Data Definition Language) statements which allow the programmer to define database structures, e.g.
    create table PEOPLE (
        name varchar2(60),
        age integer
    )
    This simple DDL statement creates a table called PEOPLE with columns to store name and age. The name column can contain alphanumeric characters, upto 60 in length, and the age column can contain integers.
  • DML (Data Manipulation Language) statements allow the data in the database to be updated by the user or the application. e.g.
    update PEOPLE set age = 18 where name = "John"
    
    This statement sets John's age to 18 in the PEOPLE table.

See also:
[Database]  [MySQL]  [Oracle]  [Oracle Discoverer]  [RDBMS]  

Feedback
Please help us improve our site by providing feedback and comments.

I found this definition to be

Please include your name and e-mail address below if you would like a reply.

Name
E-mail

We can help you

Search for SQL on Google.

To find out how Foremost IT can help you use SQL in your organisation (consultancy rates might apply), please fill in the following contact form and one of our consultants will get in touch.

Name
Company
Where are you based?
Email me at:
Phone me on:

Investors In People © 2004 Foremost IT, 50 Wellington Street, Glasgow G2 6HJ, UK.   info@foremost.it
Tel: 0845 270 0010  Fax: +44 (0)141 566 6477  
Valid HTML 4.01!