SQL (commonly expanded to Structured Query Language — see History for the term's derivation) is the most popular computer language used to create, modify, retrieve and manipulate data from relational database management systems. The language has evolved beyond its original purpose to support object-relational database management systems. It is an ANSI/ISO standard.
SQL is commonly spoken in initialism-style ess-cue-el (see English alphabet) — regarded as more formal — or in a phonetically-amalgamated form that mirrors the English word sequel. Concerning the names of major database products (or projects) containing the letters SQL, each has its own convention: MySQL is officially and commonly pronounced "My Ess Cue El"; PostgreSQL is expediently pronounced postgres; and Microsoft SQL Server is commonly spoken as Microsoft-sequel-server.
2006-09-05 00:15:25
·
answer #1
·
answered by Kenneth G 6
·
0⤊
0⤋
a structured query language for manipulating database and it's information.
SQL plays the role of communication channel between programming language and database.
2006-09-05 00:21:43
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
Requesting information from Database
2006-09-05 01:44:27
·
answer #3
·
answered by Wish Master 5
·
0⤊
0⤋
a Query is a sentence for get data of a database. it looks like SELECT field1, field2 FROM table1, table2 WHERE field1='name'
There are a lot of options, and its depends of de RDBMS.
2006-09-05 00:17:05
·
answer #4
·
answered by saavedradaniel 3
·
0⤊
0⤋
a query is nothing but any command used in SQL..like
create table......., drop table...., or anything else..
enjoy..:-)
prasad
2006-09-05 00:16:41
·
answer #5
·
answered by prasadc 2
·
0⤊
0⤋