Manipulating Data
This is the main function.
With SQL, you can:
Add data (INSERT)
Read/display data (SELECT)
Modify data (UPDATE)
Delete data (DELETE)
SQL is used to manage all the information in a database.
Create and manage databases