Sei sulla pagina 1di 1

STRUCTURE QUERY

LANGUAGE (SQL)
In the 1970s, SQL was develop by the Raymond
FF. It was designed for manipulating and
retieving data stored in the original
quasirealational database management system
of IBM. However, first commercial
HISTORY implementation of SQL was introduced in june
1979 by relational software for VAX computer.

ADVANtaGE DISADVANTAGE

Interaction Language Difficult Interface of SQL


This domain language can be used for
Has a complex interface that make it difficult
communicating with databases and receive
for some to access it
answer to the complex questions in seconds

No coding needed Partial Control


It is very easy to manage the database The programmers who use SQL doesn’t
system without any need to write the have a full control over the database
substantial amount of code by using the because of hiddden business rules
standards SQL

Applications
Data integration scripts Analytical Queries
The main application of SQL is to write data integration scripts by the data The data analysts use structure query
base administrators and developers language for settings and running analytical
queries on a regular basis
Retrieve Information
It can retrieve the subsets of information within a database for analytics Other important application
application and transaction processing. The most commonly used SQL
SQL is used for modification of the index
elements are select, insert, update, add and etc.
structures and database table

Potrebbero piacerti anche