What is the differnce between view and materialized view
Answer Posted / yaswanth
A view will takes the output of the query. But a materialized
view stores the output of the query which is not possible in
view
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what does it mean to have quoted_identifier on? : Sql dba
Can pl sql procedure have a return statement?
What is delete command in sql?
What are analytical functions in sql?
Does a primary key have to be a number?
What do you understand by pl/sql records?
how to create a new table by selecting rows from another table in mysql? : Sql dba
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
What is a memo field?
What does <> sql mean?
Why truncate is used in sql?
What is scope of pl sql developer in future?
How does index help in query performance?
When sql appeared?
How many types of normalization are there?