What is the differnce between view and materialized view
Answer Posted / nivedita
view is a virtual table.view does not contain any data
while material view has its own data.material views are the
local copies of remote data.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is column?
How do I restart sql?
What is cost in sql execution plan?
Explain the advantages and disadvantages of stored procedure?
What found sql?
What is field delimiter?
Explain the the update statement in sql?
Does inner join remove duplicates?
Which sql statement is used to return only different values?
What is date functions?
What is the primary use of normalization?
What are the different dml commands in sql?
What is type and rowtype in pl sql?
How do I save a sql query?
What does <> sql mean?