Answer Posted / a.jyothsna
1) SELF JOIN
2) EQUI JOIN(OR) INNER JOIN
2.1) NON-EQUI JOIN
3)OUTER JOIN
3.1) LEFT OUTER JOIN
3.2) RIGHT OUTER JOIN
3.3) FULL OUTER JOIN
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Mention what is the use of function "module procedure" in pl/sql?
What is the max nvarchar size?
Does sql full backup truncate logs?
Explain raise_application_error.
What is sql profiling in oracle?
How many parts of a pl sql block are optional?
How to combine two stored procedures in sql?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What is secondary key?
Is delete faster than truncate?
How can you fetch common records from two tables?
What is use of package in pl sql?
How do I save a sql query?
how to select first 5 records from a table? : Sql dba