The four basic operations every app performs on a database: Create (insert a row), Read (fetch rows), Update (change a row), and Delete (remove a row).