Process Overview
SQL (Structured Query Language) is the language used to ask questions and get information from databases. It helps you find, add, change, or remove data by writing simple commands.
SQL (Structured Query Language) is the language used to ask questions and get information from databases. It helps you find, add, change, or remove data by writing simple commands.
+-------------------+ +-------------------+ +-------------------+
| User writes | | Database engine | | Data storage |
| SQL query | ----> | processes query | ----> | tables & rows |
+-------------------+ +-------------------+ +-------------------+
^ |
| v
+-------------------------------------------------<-------+
Results returned