1a SQL
1a SQL
SQL stands for Structured Query Language that is used to communicate with the
server to access, manipulate and control the data.
SQL statements are used to perform tasks such as update data on a database or
retrieve data from a database.
Advantages of SQL :
------------------
1.Faster Query Processing – Large amount of data is retrieved quickly and
efficiently.
Operations like Insertion, deletion, manipulation of
data is also done in almost no time.
3.Portable –It can be used in programs in PCs, server, laptops independent of any
platform (Operating System, etc).
Also, it can be embedded with other applications as per
need/requirement/use.
Disadvantages of SQL :
--------------------
Complex Interface –
SQL has a difficult interface that makes few users uncomfortable while dealing with
the database.
Cost –
Some versions are costly and hence, programmers cannot access it.
Partial Control –
Due to hidden business rules, complete control is not given to the database.