24.2.5 Database SQL
24.2.5.1 Introduction of Database SQL
All relational databases use special instruction called SQL (Structured Query Language) to manage their internal data. By using SQL, you can define the type and content of data in the database, to enter data into the database, to modify the data entered, and to view the data entered.
The main functions of SQL that are necessary for database management are as follows: