iwebie
HOME MOVIES TV SHOWS SPORTS GENERAL
 RSSPRIVACY
 

What is SQL?
Posted by admin on June 10th, 2008

Watch over 100,000 movies and TV shows on your PC

SQL stands for “Structured Query Language” and can be pronounced as “SQL” or “sequel (Structured English Query Language)” . It is a language used to communicate with a database. SQL was originally found by IBM in 1974. The commercial version of the database system was released by Oracle Corporation in 1979. SQL is an ANSI/ISO standard and is implemented my most of the relational database management systems (RDBMS) like Oracle, Microsoft SQL server, Sybase, MySQL etc. Most of these RDBMS systems have enhanced their system by adding more features to SQL, thus making it a powerful tool.

Database is a storage area used to store data in tables. The tables have a pre-defined number of columns and the data is stored in rows or records in a table. SQL is a non-procedural, English-like language used to communicate with the database and process the data in the tables.

The reason we call database as relational database management systems is because we can establish relations between different tables using constraints like primary key, foreign key etc

SQL is generally used to perform the following functions:

1) Store data
2) Modify data
3) Retrieve data
4) Delete data
5) Create table and other database objects

Few of the sql commands used in sql programming are
1) SQL statements like SELECT Statement, UPDATE Statement, INSERT INTO Statement, DELETE Statement etc
2) SQL clauses like WHERE Clause, ORDER BY Clause, GROUP BY Clause, ORDER Clause etc
3) SQL Joins, SQL Views, SQL Subquery, SQL GROUP Functions, SQL Indexes, SQL Integrity Constraints etc

Advanced SQL or Programmable SQL

The relations database systems have a advanced version of SQL known as programmable SQL. In oracle it is called PL/SQL (Procedural Language extension of SQL). Here the database objects like cursors, functions, procedures, packages, triggers etc can be created to perform various sql operations together on groups of data.

Structural information regarding database objects like tables, functions, procedures, packages can be obtained by SQL.

To learn SQL & PL/SQL you can visit these sql tutorial websites:

Beginner SQL Tutorial
PL/SQL Tutorial

Bookmark Article
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • StumbleUpon
  • Technorati
  • Propeller

Leave a Reply

Most Popular

Watch over 100,000 movies and TV shows on your PC
Recent Posts

  • Watch Crazy on the Outside Online Free
  • Watch It’s Complicated Full Video Online
  • Watch Leap Year Free Stream Online
  • Watch Manchester United vs Birmingham Live Stream
  • Watch Avatar Online Stream
  • Watch Nine Online Video
  • Watch Crazy Heart Full Stream
  • Modern Family Season 1 Episode 11 | Watch Modern Family s01e11 Up All Night Full Episode
  • Burnley vs Arsenal EPL | Watch Burnley vs Arsenal Live Stream
  • Watch The Princess and the Frog Online Free
Archives

  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
Powered by WordPress