You are on page 1of 1

Database objects

table - basic unit of storage


consist of row and columns
view - logically represents subsets of data from one or two tables.
sequence - generates primary key values.
index- improve the performace of some queries
synonym - alternative name for an object.

You might also like