List the types of joins used in writing subqueries?
No Answer is Posted For this Question
Be the First to Post Answer
How to display employee records who gets more salary than the average salary in the department?
What are the sql clauses supported in the link property sheet ?
What is analyze command used for?
How to manage transaction isolation level?
What is using clause and give example?
What is SQL Tuning Advisor 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.......
Difference between pre-select and pre-query
What is Database Link ?
what are archived logs?
i deleted 4 records form the table.after i have applied commit .now i want to get back those records.how?
What is catalog in Oracle?