Q1.all the depts which has more then 10 empls?
Q2.all the dept which does not have any emply?
Q3 all the emp which does not have any dept?
Q4 get all the emply detais with the dept details it dept is
exit otherwise any emp details?
Q5 how to debugg the dynamic sql and packages?
Answer Posted / ajit
ANS - 2
select d.deptno, dname, loc
from emp e, dept d
where e.deptno(+) = d.deptno
and e.deptno is null;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is primary key always clustered index?
how to start mysql server? : Sql dba
Can we use distinct and group by together?
what is bcp? When does it used? : Sql dba
What is the best sql course?
define sql insert statement ? : Sql dba
What is the current version of postgresql?
What is your daily office routine?
what are the advantages of sql ? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
how many tables will create when we create table, what are they? : Sql dba
What is the current version of sql?
how to use regular expression in pattern match conditions? : Sql dba
what is sql server agent? : Sql dba
Can delete statement be rollbacked?