Simple Basic Tutorial Guide Introduction To SQL Database


Simple Basic Tutorial Guide Introduction To SQL Database
  Forums Index
      » Tutorial and Guides Forums
        » » Simple Basic Tutorial Guide Introduction To SQL Database



Simple Basic Tutorial Guide Introduction To SQL Database
Post Description:
Post Tags: simple, basic, tutorial, guide, introduction, to, sql, database, tutorial, guides, howto, teach, learn, computer, programming, support
This Post Has Been Viewed 908 Times Since Tue Jul 25, 2006 9:15 am Posted By stalionboy with 1 replies
Next Post »» PHP - Simple Sampe Hello World Script Example
Simple Basic Tutorial Guide Introduction To SQL Database
What is SQL? SQL is a standard computer language for accessing and manipulating databases.

SQL Key Points

* SQL stands for "Structured Query Language"
* An easy to learn programming language
* SQL allows you to access databases
* SQL is an ANSI standard computer programming language
* SQL executes queries into a database
* Insert records into a database
* Retrieve records from a database
* Update records from a database
* Delete records from a database

SQL is an ANSI (ANSI stands for 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. Some programs like MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, MYSQL works SQL databases.

While there are different versions of SQL, they all must be in complaince with the ANSI standards. All versions must support the same major keywords in a similar way, for example, SELECT, UPDATE, DELETE, INSERT, WHERE, FROM etc... Some of the SQL dabatbases also have their own proprietary extenstion in addition to the SQL standards.

Leave Your Comments
* Your Name

  * Your Email Address (Will Not Be Published)

* Your Comments


Add Picture To Comments
Yes No             upload
Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

     




Comments and replies About Simple Basic Tutorial Guide Introduction To SQL Database






:: 1 :: #8176 - Reply By Isaac On Mon Jun 25, 2007 1:55 pm
hello please how do i write a simple basic program to calculate the volume of the frustum cut off from a cone of hieght 10cm.