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 is sqlite used for?
What is the difference between inner join and left join?
What is mdf ldf and ndf?
how many sql dml commands are supported by 'mysql'? : Sql dba
What is a field in a database?
How do I start pl sql?
what is the difference between inner and outer join? Explain with example. : Sql dba
What is a heap in sql?
What is a database event trigger?
What is data profiling in sql?
What is the use of prepared statement?
what is unique key constraint? : Sql dba
What is a sql statement?
Mention what are the benefits of pl/sql packages?
what is cursor. write example of it. What are the attributes of cursor.