-
Excel
- Editable
-
SQL
- Non-editable
-
Databases are better at working with very large datasets.
-
SQL:
- Structured Query Language
- A programming language used to mange a database
-
CRUD operations:
- CREATE
- READ
- UPDATE
- DELETE
-
Example:
SELECT * FROM Employees WHERE tshirt-size = 'S';