Difference between views and materialized views?
Answer Posted / a.jyothsna
VIEWS: Takes the output of a query
M.VIEWS: Stores the output of a query,Views can't store
the results of a query
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is substitution variable?
What are types of exception?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
Explain the update statement in sql
How does cross join work in sql?
how to fetch common records from two tables? : Sql dba
what is row? : Sql dba
how to rename an existing table in mysql? : Sql dba
What is a sql*loader control file?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
Explain the components of sql?
What is faster join or subquery?
Can we create index on primary key?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
what does myisamchk do? : Sql dba