Description should include a review of the list of database objects, including
- TABLE (holds data)
- VIEW (represents a subset of data)
- SEQUENCE (generates primary key values)
- INDEX (improves the performance of some queries)
- SYNONYM (represents alternative name for an object that does not replace the old name).