What are different types of refreshment techniques of
materialised view
Answers were Sorted based on User's Feedback
Answer / ankush seth
three types of refreshment techniques for materialised
view
1)Fast refresh
2)Force refresh
3)Complete refresh
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / rajesh venati
The above one good,
There are Three Types of Refreshment Techniques in
Materialized View.
They are,
1. Fast Refresh
2. Force Refresh
3. Complete Refresh
| Is This Answer Correct ? | 2 Yes | 0 No |
how many columns can be used for creating index? : Sql dba
Why do we need pl sql?
declare v_count number(8,3); v_sal scott.emp.sal%type := '&P_sal'; cursor cur_name is select sal from scott.emp where sal between (v_sal-100) and (v_sal +1000); begin v_count :=nvl(sql%rowcount ,0); if v_count = 0 then dbms_output.put_line('no records are fetch in the given sal range'); else dbms_output.put_line('There is/are '||to_char(v_count)|| ' salaries are selected in the given range '); end if; end; in the above programm .....for any sal range ....always it shows the following message.. no records are fetch in the given sal range please find the mistake and share with me...with thansk and regards..sarao....
How to use sql statements in pl/sql?
define primary key & secondary key?
what is union, minus and interact commands? : Sql dba
What are inner and outer joins examples of both?
Is delete faster than truncate?
What is a common use of group by in sql?
Like shown below i have 3 columns(Name,No,Address). The values in name column i want to modity. Requirement : Keep only once space between two words (Fname,Lname) in the Name column. For this what is the query? Please answer me. Advance Thanks. Name No Address Reference manoj kumar kumar raja vinzay kumar rajendra prasad gowri nath -- -- --
What will happen after commit statement ?
What is Overloading of procedures ?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)