Dbms-Class-10-Sql Overview
Dbms-Class-10-Sql Overview
SQL stands for Structured Query Language which is a computer language for
storing, manipulating and retrieving data stored in a relational database. SQL
is a language used to operate databases; it includes Database Creation,
Database Deletion, Fetching Data Rows, Modifying & Deleting Data rows, etc.
SQL was developed in the 1970s by IBM Computer Scientists and became a
standard of the American National Standards Institute (ANSI) in 1986, and
the International Organization for Standardization (ISO) in 1987.
When we are executing an SQL command for any RDBMS, the system
determines the best way to carry out our request and SQL engine figures out
how to interpret the task. There are various components included in this
process. These components are;
IT-Ramesh 9848353570 1
Query Dispatcher
Optimization Engines
Classic Query Engine
SQL Query Engine, etc.
2. DDL (Data Definition Language): DDL is used for determining the table
schemas.
3. DCL (Data Control Language): DCL is used for changing the authority of
database users.
IT-Ramesh 9848353570 2