What are Schema Objects?

What are Schema Objects?

Schema objects are a part of the database. They include tables, views, indexes etc. they are logical structures containing or referring to actual data.

Schema object is a logical data storage structure. Oracle stores a schema object logically within a tablespace of the database.

What are Schema Objects?

Schema objects are the logical database structure that represents database's data. Schema objects include tables, views, sequences, synonyms, indexes, clusters, database triggers, procedures and functions.
What is a sequence in oracle?
What is a sequence in oracle? - A Sequence is a user created database object. A sequence can be shared by multiple users to generate unique integers....
Post your comment