Thread: uses of the SQL
View Single Post
  #2 (permalink)  
Old 06-07-2007, 07:50 AM
tcheck tcheck is offline
Senior Member
 
Join Date: May 2007
Posts: 276
Default

SQL is an ANSI (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. SQL works with database programs like MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, etc.
Reply With Quote