International Research journal of Management Science and Technology
ISSN 2250 - 1959 (online) ISSN 2348 - 9367 (Print) New DOI : 10.32804/IRJMST
**Need Help in Content editing, Data Analysis.
Adv For Editing Content
AN OUTLINE ON STRUCTURED QUERY LANGUAGE (SQL)
2 Author(s): DR PRABAL JYOTI JAIN,REENA
Vol - 3, Issue- 3 , Page(s) : 70 - 80 (2012 ) DOI : https://doi.org/10.32804/IRJMST
Structured Query Language (SQL) is a specialized language for updating, deleting, and requesting information from databases. SQL is an ANSI and ISO standard, and is the de facto standard database query language. A variety of established database products support SQL, including products from Oracle and Microsoft SQL Server. It is widely used in both industry and academia, often for enormous, complex databases. In a distributed database system, a program often referred to as the database's "back end" runs constantly on a server, interpreting data files on the server as a standard relational database. Programs on client computers allow users to manipulate that data, using tables, columns, rows, and fields. To do this, client programs send SQL statements to the server. The server then processes these statements and returns replies to the client program.