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
How do I filter in sql profiler?
What are character functions in sql?
What is foreign key and example?
What is sql dialect?
How do I start sql from command line?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
Explain the the update statement in sql?
How can you load microsoft excel data into oracle? : aql loader
How do you write a subquery?
how to shut down the server with 'mysqladmin'? : Sql dba
define sql insert statement ? : Sql dba
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
Can cursors be part of a trigger body?
Where is pl sql used?
How to make a copy values from one column to another in sql?