1. What basic data operations are performed on tables?
Retrieve data: read entire table, read next row/sequential, read arbitrary/random row.
Store data: insert a row, delete a row, and modify a row.
Reorganize/pack database: remove deleted rows, recover unused space.