What are joins..how many types of joins are there?
Answer Posted / mouli
Joins allows you to read or report the data from more than 1 table. There are four types of joins are there..
1) equi join or inner join or natural join
2) non equi join
3) outer join
a)left outer join
b)right outer join
c)full outer join
4) self joins
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are operators in oracle?
List out the difference between commit, rollback, and savepoint?
What is sequence?
How would you go about verifying the network name that the local_listener is currently using?
How to create a stored program unit?
How to start your 10g xe server from command line?
How to drop a stored procedure in oracle?
What is the usage of save points in oracle database?
What are the different oracle database objects?
What is execute immediate in oracle?
How to get last row id?
What is the sid in oracle?
How to create a new table in your schema?
What is archive log in Oracle?
How to use group functions in the select clause using oracle?