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
Is oracel sql developer written in java?
which types of join is used in sql widely? : Sql dba
Is grant a ddl statement?
What is before and after trigger?
how do you tune the slow running queries in oracle db , explain the methodology
What is sql dialect?
What does an inner join do?
What is sql not null constraint?
What are aggregate and scalar functions?
What is primary key secondary key alternate key candidate key?
what are the properties and different types of sub-queries? : Sql dba
Which is faster truncate or drop?
Can we create view in stored procedure?
What is pivot table in sql?
Enlist some predefined exceptions?