Please explain oracle left join with an example?
No Answer is Posted For this Question
Be the First to Post Answer
What is a public synonym?
ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?
waht is referencial integrity?
What is the usage of control file in oracle?
create or replace procedure show_tab_rec ( P_tab VARCHAR2 ) IS cmd varchar2(50); begin cmd := 'select * from '|| P_tab; for int in ( execute immediate cmd ) loop dbms_output.put_line ( int.ename||' '||int.deptno); end loop; end; when i m compling this procedure i m getting this error PLS-00103: Encountered the symbol "IMMEDIATE" when expecting one of the following: . ( ) , * @ % & | = - + < / > at in is mod remainder not range rem => .. <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ between || multiset member SUBMULTISET_ PLZ solve this error give this question answer asap Thanks advance.......
7. Repeat query (7) but also display all clients who have never ordered anything.
What are the values that can be specified for OPTIMIZER MODE Parameter ?
How to use "for" statements in oracle?
Explain the use of indexes option in exp command.
What is trigger associated with the timer ?
wirte the syntax of update query?
What is the difference between translate and replace?