Answer Posted / mathan kumar
Two Type of Joins are there
1) Inner Join
2) Outer Join
In Inner join has 3 types they are as follows
a)Equi join
b)Cross Join
c)Natural Join
In Outer join has 3 types they are as follows
a)Left Outer Join
b)Right Outer Join
c)Full Outer Join
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between row level and statement level trigger?
How do you declare a user-defined exception?
What are database links used for?
how to increment dates by 1 in mysql? : Sql dba
How can I change database name in sql?
how to return query output in html format? : Sql dba
How subquery works in sql?
define join and explain different type of joins? : Sql dba
Can a foreign key be a duplicate?
What is view explain with example?
List the different type of joins?
How many types of cursors supported in pl/sql?
What is data definition language?
Can we use ddl statements in stored procedure sql server?
Why partition by is used in sql?