What are joins..how many types of joins are there?
Answer Posted / m.sivakumar
joins is a that combines the rows from two or more tables
joins are 5 types
1.cross join
2.equi join or inner join
3.outer join
4.self join
5.non_equi join
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
How to change system global area (sga) in oracle?
What is the difference between I and G in Oracle?
What do you understand by a database object? Can you list a few of them?
What are a query and state the different types of queries and their uses?
What is a cursor in oracle?
What is the usage of control file in oracle?
What happens if recursive calls get out of control?
What is the sid in oracle?
How to pass a cursor variable to a procedure?
Does oracle partitioning improve performance?
How to display row numbers with the records?
what is the scripts in data base?
Whats the benefit of dbms_stats over analyze?
Why do we need integrity constraints in a database?