Structured Query Language(SQL)
SQL specifies syntax features for retrieval update and definition of the database.
- SELECT - query data in the database
- INSERT - Add a single row
- UPDATE - Alter attribute values in rows
- DELETE - Delete rows of data from a table