What are joins..how many types of joins are there?
Answer Posted / t.murali krishna
Types of joins:
1. Inner join
equi join
non equi join
selfjoin
2.Outer join
left outer
right outer
full outer(from 9i)
3.Natural join(from 9i)
4.cross join
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
When do you get a .pll extension in oracle?
Can we store pictures in the database and if so, how it can be done?
How to create additional tablespaces for an new database?
Difference between varchar and varchar2 data types?
How to change user password in oracle?
how to make an oracle object
How to change program global area (pga) in oracle?
What are advantages of dateset in datastage?
In oracle there is column command, how will you explain that?
How to loop through data rows in the implicit cursor?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to convert character types to numeric types?
How to get a create statement for an existing table?
Explain an index segment?
How to create a new table in oracle?