Differnce between view and index
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is oracle join syntax?
how to get the no employee in each department including the dept which has 0 employee
Display the number value in Words?
Is the After report trigger fired if the report execution fails ?
What are the database administrators utilities available?
How to delete a column in an existing table?
What is a Segment ?
what is a cartition product?
Difference between sub query and nested query ?
19 Answers Keane India Ltd, TCS,
What is a system tablespace?
5. Display full details for the creditor/s who has received the single largest payment. Do not use a table join or set operator anywhere in your query.
Why cursor variables are easier to use than cursors?