What are the various Oracle Database objects?

Asked 7 years ago
Viewed 815 times

1

What are the various Oracle Database objects?

0 Answer


0

Database Object 

A Database object is a data structure that is used to store data in proper format. The most common object that is used in the Oracle database is the table. 

A Database objects create a connection to provide a mapping from objects to relational database tables. And it also provides different types of functionality for updating, inserting and deleting the record on Oracle database.

Oracle Database Object:
There are various type of objects that are used in the Oracle database are as follows-
1. Table
2. Index
3. View
4. Constraints
5. Sequence
6. Procedure
7. Function
8. Subroutine
9. Trigger
10. Alias
11. Synonyms

answered 6 years ago by Arti Mishra
  1. Thanks for answering. - Anonymous User 5 years ago

Your Answer