English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

2007-08-06 04:58:08 · 11 answers · asked by rani b 1 in Computers & Internet Software

11 answers

structured query language
like a databse of information. more complex than that

http://en.wikipedia.org/wiki/SQL

http://www.sql.org/

http://www.webopedia.com/TERM/S/SQL.html

2007-08-06 05:00:28 · answer #1 · answered by mamaboy7 3 · 0 0

Abbreviation of structured query language, and pronounced either see-kwell or as separate letters. SQL is a standardized query language for requesting information from a database. The original version called SEQUEL (structured English query language) was designed by an IBM research center in 1974 and 1975. SQL was first introduced as a commercial database system in 1979 by Oracle Corporation.

Historically, SQL has been the favorite query language for database management systems running on minicomputers and mainframes. Increasingly, however, SQL is being supported by PC database systems because it supports distributed databases (databases that are spread out over several computer systems). This enables several users on a local-area network to access the same database simultaneously.

Although there are different dialects of SQL, it is nevertheless the closest thing to a standard query language that currently exists. In 1986, ANSI approved a rudimentary version of SQL as the official standard, but most versions of SQL since then have included many extensions to the ANSI standard. In 1991, ANSI updated the standard. The new standard is known as SAG SQL.

2007-08-06 12:05:46 · answer #2 · answered by Ron M 7 · 0 0

SQL is a database language.
Structued query Language is called as SQL.
Ordinary database access or other files cannot be accessed by more than one user at a time. But SQL is working in the form of queries can be accessed more than one user. Hence for networking within certain computers or outside through Internet with many users is possible with SQL.

2007-08-06 13:58:04 · answer #3 · answered by Poor Mechanic Parvaty 2 · 0 0

Structrued Query Language
SQL is a standardized query language for accessing information from a database. The original version called SEQUEL (structured English query language) was designed by an IBM research center in 1974 and 1975. SQL was first introduced as a commercial database system in 1979 by Oracle Corporation.

2007-08-06 12:47:53 · answer #4 · answered by Anonymous · 0 0

Structured Query Language

2007-08-07 09:12:39 · answer #5 · answered by Abhinav 2 · 0 0

* SQL stands for Structured Query Language
* SQL allows you to access a database
* SQL is an ANSI standard computer language
* SQL can execute queries against a database
* SQL can retrieve data from a database
* SQL can insert new records in a database
* SQL can delete records from a database
* SQL can update records in a database
* SQL is easy to learn

2007-08-07 00:45:47 · answer #6 · answered by Divya K 4 · 0 0

SQL is a structured query language ,it is a database, where u submit queries(analogous to programming language syntax) to retrieve or insert info into a database.
the famous SQL distribution is Oracle SQL.

2007-08-06 13:17:04 · answer #7 · answered by Anonymous · 0 0

Structure Query Language! Its a programming language inw which algorithms are designed to basically solve queries.

2007-08-06 12:02:07 · answer #8 · answered by Bhavya P 2 · 0 0

Structured
Query
Language

its a "language" that allows you to extract data from a database

for example:

SELECT NAME FROM YAHOO..ANSWER.DATABASE
WHERE LNAME = "help me"

what this is saying is

give me the name of the yahoo user (from the YAHOO.USER.DATABASE) who's last name is "help me"

this is just a easy/small sample of what you can extract from a database using SQL

check out the below link for more details

dougc

2007-08-06 12:05:28 · answer #9 · answered by Dougc 4 · 0 0

search on web[best option]

2007-08-06 12:09:25 · answer #10 · answered by virtualkanakh 2 · 0 0

fedest.com, questions and answers