what is difference between table and view? where to use views?
thanks in advance!



what is difference between table and view? where to use views? thanks in advance!..

Answer / shalini

A table is a collection of data in the form of rows and
columns.
Whereas a View is a virtual table in which data comes from
one or more base tables and is stored as a result of a
predefined query for further use.
Uses of Views:
1.used to improve performance as they are the results of
predefined/complex queries which can be used in other
queries.
2.To provide security by granting permissions to certain
group of people only on the views rather than all the
tables database .ie. hiding sensitive data.
3.To hide complexity of data by showing only the relevant
data need to show to a user rather than confusing a uaser
by showing all the information

Is This Answer Correct ?    11 Yes 0 No

Post New Answer

More Oracle General Interview Questions

There is a big table with "n" of rows and 40 + columns .It doesn't have primary key.How do you select the primary key. In other words how do you get the duplicate records.

2 Answers   Microsoft,


WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?

0 Answers   Intelligroup,


what is the syntax of CREATE command?

8 Answers  


Explain the use of full option in exp command.

0 Answers  


what is grid in Oracle 10g...

1 Answers  






How to remove a row in a database table?

5 Answers   IBM,


what are the differen between key flexifild and discriptive fiexifild.

1 Answers  


What is an index associated with a constraint?

0 Answers  


Display the number value in Words?

1 Answers  


State some uses of redo log files?

0 Answers  


What is a Segment ?

1 Answers  


What is a data dictionary and how can it be created?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)