<<Previous Next>>
Oracle - What
are the database objects in oracle? - April 10, 2009
at 11:00 AM
What are the database objects in
oracle?Explain them
Table Composed of rows and column that stores data.
View Represents subset of data from one or more
tables.
Sequence Auto generates primary key value.
Index Improve performance of queries.
Synonym Gives alternative names to
object.
Also read
What is large object in oracle? Explain its purposes, Explain
types of large objects in oracle, i.e. BLOB, LLOB,NCLOB and
BFILE............
A table space can be considered as a storage location where the
database objects are kept...........
Schema objects are the logical database structure that represents
database's data. Schema objects include tables, views, sequences,
synonyms, indexes, clusters, database.............
|