Differnce between view and index

Answers were Sorted based on User's Feedback



Differnce between view and index..

Answer / pravin patil

Vies is logical representaion of parent table
& index is oralce object use to access table' column quickly
view can replace but index cannot replace u have to delect
existed index then create new index.

Is This Answer Correct ?    6 Yes 0 No

Differnce between view and index..

Answer / sahaja mallarapu

A View is a data base object also called as virtual table
which is created on a select statement.
A view can be created using multiple tables.
A view is stored in a temporary memory.

An index is also a DB Object which is used to increase
query performance and index is created based on columns of
a table.
An index is created on multiple columns but on a single
table.
Index is maintained by Oracle Server itself.

Is This Answer Correct ?    3 Yes 0 No

Differnce between view and index..

Answer / kamala k n

view is virtual table and index is created on table columns which is performance the query

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is the string concatenation operator in oracle?

1 Answers  


What is rowid and rownum in oracle?

1 Answers  


when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.

1 Answers  


What is a cognitive schema?

1 Answers  


What are the composite date types in oracle?

6 Answers   HCL,


what is the difference between first normal form & second normal form?

11 Answers   IBM, Oracle,


select statement does not retrieve any records. what exception is raised?

2 Answers  


what is the syntax of INSERT command?

7 Answers  


What are privileges and grants?

1 Answers  


Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?

1 Answers  


How to concatenate two text values in oracle?

1 Answers  


What is execute immediate in oracle?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)