Answer Posted / guest
1.Simple/Inner/Natural Join
2.Equi(contains only = sign) /Non-Equi Joins(other simbles)
3.Outer Joins(Left Outer Join/Right Outer Join)
4.Cross Join
5.Self Join
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What are the commands used in sql?
What does select count (*) mean in sql?
what is the difference between a local and a global temporary table? : Sql dba
How can you view the errors encountered in a trigger?
What are triggers and its types?
What are sql queries used for?
what are the nonstandard string types? : Sql dba
What is a sql statement?
Is sql easier than java?
What is the advantage of nosql?
What is sql profiler in oracle?
What is Histogram?
What is cursor status?
what is acid property in database? : Sql dba
how to create a new table by selecting rows from another table in mysql? : Sql dba