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
What operating systems are supported by oracle database 10g xe?
What do you understand by a database object? Can you list a few of them?
How to define an oracle sub procedure?
Can you assign multiple query result rows to a variable?
Explain oracle’s server parameter file.
What privilege is needed for a user to create tables in oracle?
How do you bind variables in oracle?
What is dynamic proxy?
What is transport network substrate (tns) in oracle?
How to define a procedure inside another procedure?
How to call a stored function in oracle?
What is hash cluster in oracle?
Explain the use of tables option in exp command.
Please explain joins in oracle?
How to save query output to a local file?