what is the use of materialized view?
Answer / Shashi Prakash Verma
A Materialized View (MV) in SQL is a pre-computed, static version of a query result. It stores the result locally for faster access and to improve performance when querying large amounts of data frequently. MVs are particularly useful for complex or time-consuming queries.
| Is This Answer Correct ? | 0 Yes | 0 No |
Wat is isolation level and when do u use them?
how to find out number of records imported into source file?
How do you reject records in a transformer?
for example You have One Table with 4 Columns (Mgr ID, Department ID, Salary, Employee ID). Can you find out the Average Salary and Number of Employee present per Department and Mgr
What are the different options associated with dsjob command?
what is a nodemap constraint
what is materialized view used datastage?
how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.
in oracle target stage when we use load option and when we use upsert option?
In merge stage can we update the values?
Define Routines and their types?
how to remove duplicates in transformer stage by using stage variables?one example?