What is a merge query?
Answer / kiran r
Merge is an important SQL Statement that allows us to perform Insert, Update, Delete all at a time with out having to write separate logic. we can specify on which we need to perform merge.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to come back in normal stage in Mutating Table if mutating table is locked or update data?
Explain polymorphism in 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....
what are all types of user defined functions? : Sql dba
How will you debug your procedure? If your procedure is around 2000 lines and the expected output is 10 and we get only output 5.So how will you debug it? Somebody pls give the correct answer?
What is CYCLE/NO CYCLE in a Sequence?
How do I restart sql?
What is the difference between an inner and outer join?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What is difference between inner join and self join?
what is d diff between grant,commit,rollback n savepoint
Is pl sql useful?
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)