Why self join is used in sql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What are different types of sql commands?

0 Answers  


differentiate between float and double. : Sql dba

0 Answers  


How delete all data from table in sql?

0 Answers  


How do you declare a user-defined exception?

0 Answers  


What is a REF CURSOR? Compare strong and week ref cursor types.

6 Answers  






What is basic structure of pl sql?

0 Answers  


How do I run a sql script?

0 Answers  


Dear All, Question for this Week Find out possible error(s) (either at compile time or at runtime) in the following PL/SQL block. State the reason(s) and correct the errors. Declare Cursor C1 is select ename, sal, comm from emp; Begin For i in C1 Loop If i.comm between 299 and 999 then Dbms_output.put_line(i.Ename || ‘ ** Good Commission’); Elsif i.comm > 999 then Dbms_output.put_line(i.Empno || ‘ ** Very Good Commission’); close C1; Else Dbms_output.put_line(i.Ename || ‘ ** ’ ||nvl(i.comm,‘O’)); End if; End Loop; End;

7 Answers   Accenture,


in a package one procedure is wrong package shows valid or not

4 Answers  


how can we take a backup of a mysql table and how can we restore it. ? : Sql dba

0 Answers  


What is db journal file?

0 Answers  


Can a trigger call a stored procedure?

0 Answers  


Categories