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
Why is theta join required?
What is on delete restrict?
what are the advantages and disadvantages of views in a database? : Sql dba
What is sql procedures and functions?
how to add a new column to an existing table in mysql? : Sql dba
How do I view tables in sql developer?
what is 'mysqlimport'? : Sql dba
How do I remove duplicates in two columns?
how to rename an existing column in a table? : Sql dba
what is auto increment? : Sql dba
What is sql lookup?
What is sql dialect?
How do you change a value in sql?
Explain the difference between rename and alias?
What is %type in sql?