Database object
A database object is an object that is stored within a database . Examples of database objects are:
- Tablespace
 - table
 - Database index
 - View
 - synonym
 - Alias
 - Stored Procedure
 - Stored Function
 - Trigger
 - Constraint
 - User, scheme , permissions
 
A data record or tuple in a table can be an object in the sense of object-oriented programming , but is not considered a database object . Rather, database objects represent the framework for storing and querying data from the database.