What is a full join?


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

Post New Answer

More SQL PLSQL Interview Questions

Is delete faster than truncate?

0 Answers  


How do I truncate a word?

0 Answers  


With out using count() function. How to the find total number of rows in a table?

6 Answers  


Can 2 queries be executed simultaneously in a distributed database system?

0 Answers  


what are local and global variables and their differences? : Sql dba

0 Answers  






in sql table follw columns r their vehicle_no|servicetype|date|location| 1234 |1FS |1-JAN|PUNE| 4561 |2FS |5-JAN|PUNE| 1234 |PS |7-JAN|PUNE| 1234 |PS |15-JAN|MUMB| i want o/p below vehicleno|1fs|1fsdate|1fslocation|1ps|1PSDATE|1PSLOC|2PS|2PS DATE|2PSLOCA e.g 1234|1FS|1JAN|PUNE|1PS|7JAN|PUNE|2PS|15JAN|MUMBAI PLS help me out to execute using sql query

1 Answers  


4. Select sum(A.salary) +sum(B.salary) as TOT_SAL from ( select LEVEL emp_id,level*100 salary,case when mod (level,2)=0then 2 else null end dept_id from dual connect by level<6 )A right outer join (select level emp_id ,level*200 salary ,case when mod (level,3)=0 then 2 else null end dept_id from dual connect by level<6)B On A.dept_id=B.dept_id And A.emp_id=B.emp-id;

1 Answers   Fintellix,


Explain the difference between drop and truncate commands in sql?

0 Answers  


What are different joins used in sql?

0 Answers  


Explain the types of joins in sql?

0 Answers  


What is microsoft t sql?

0 Answers  


how can we destroy the cookie? : Sql dba

0 Answers  


Categories