Yes.
Yes.
A table is the basic unit of data storage in an ORACLE database. The tables of a database hold all of the user accessible data. Table data is stored in rows and columns.
Latest Answer: Table is data base object which stores the data in the logical representatiom in form of rows n coluns which is existing in two dimension form... and is stored in the databse. ...
A view is a virtual table. Every view has a Query attached to it. (The Query is a SELECT statement that identifies the columns and rows of the table(s) the view uses.)
Latest Answer: View is a Virtual Table. It likes like a table. View provide additional level tabel security and providing selected columns only and it accessing different tables no need to joins of different tables. Views also stores data like (Materialized Views) ...
Views do not contain or store data.
Latest Answer:  Hi,  It depends on the type of view it is. if it is a normal view than it does not contains the data. and if it is materialsed view than it contains the data. Thanks sanjay pramanik ...
Yes.
Provide an additional level of table security, by restricting access to a predetermined set of rows and columns of a table.Hide data complexity.Simplify commands for the user.Present the data in a different
A sequence generates a serial list of unique numbers for numerical columns of a database's tables.
Latest Answer: nice answer soumyanag thumati_nagaraju@yahoo.co.in ...
A synonym is an alias for a table, view, sequence or program unit.
Latest Answer: ya synonym is used to rename or to create alias for the data base object .. ...
There are two types of Synonyms Private and Public.
View page << Previous 1 2 3 4 [5] 6 7 8 Next >>

Go Top