What is a join?Explain the different types of joins?
Answer Posted / lakshminarayana reddy
used to retrieve desired data from more than 1 table we use
join.
joins types:- 1.Equi join
2.non-Equi join
3.outer join
4.Self join
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
what is top in tsql? : Transact sql
How do I audit the sql sent to the server?
What does subquery mean in sql?
When are we going to use truncate and delete?
Is join an inner join?
What makes a good primary key?
Is pl sql and postgresql same?
How many sql databases can you have on one server?
Can we use delete in merge statement?
What is t sql used for?
What is cursor and why it is required?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
How to avoid using cursors?
What is the maximum number of columns in sql table?
what is a trigger in mysql? Define different types of trigger. : Sql dba