What are the operations performed on a relational database file?

There are multiple categories of operations that are performed on a relational database file

The categories are

  1. Data Definition operations - creating database, files, file groups, tables, views etc
  2. Data Manipulation operations - Insert, Update, Delete data from objects
  3. Data Control operations - GRANT, REVOKE etc
  4. Transaction Control Operations - ROLLBACK,COMMIT
  5. Database Maintenance Operations - BACKUP, RESTORE, REBUILD etc