Differnce between view and index

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is oracle used for?

753


How to get execution statistics reports on query statements?

814


What is truncate oracle?

718


How to create a single index for multiple columns?

766


How is it different from a normal table?

785


What is the Tune Query

2065


query optmization techniques and quwry analyser+projects+ppts

2151


How many file formats are supported to export data?

879


What are the attributes of the cursor?

763


What is flashback in Oracle?

747


Can we protect our pl/sql source code?

788


What is a dead lock in oracle?

817


List the types of joins used in writing subqueries?

759


What are the data types in oracle?

773


What are the uses of linked server and explain it in detail?

820