Share this site with del.icio.us Share this site with digg Share this site with reddit Share this site with technorati Share this site with furl Share this site with stumbleupon Share this site with google Add this site to Yahoo Bookmarks Click here to add us to your favorites Subscribe to our Feed





structured query language (SQL)

Definition

English-like set of commands used in accessing, editing, or updating, information stored in a database. Invented by International Business Machines (IBM) Corp., in 1974, SQL continues to be enhanced and (having been adopted by both ANSI and ISO), is a de-facto worldwide standard. Capable of running on practically every computer from mainframes to handheld ones, it comprises of about 60 commands of which four (SELECT for data retrieval, UPDATE for data insertion, DELETE for data removal, and INSERT for data insertion) are the most basic. However (unlike BASIC or Java) it is not a complete programming language capable of creating usable application programs, and must be embedded in another programs or employed through computer languages that can include SQL commands.

Browse by Letter: # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z