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
What is the difference between numeric and autonumber?
how to create a new view in mysql? : Sql dba
Can we create table in function?
What is the use of sql trace?
What is faster join or subquery?
Why do we create views in sql?
Explain dml and ddl?
How can we find duplicate records in a table?
What is %type in sql?
what is oracle database ? : Sql dba
How can we implement rollback or commit statement in a trigger?
what is the use of set statement in tsql? : Transact sql
Where the sql database files are stored?
What is loop in pl sql?
Can a key be both primary and foreign?