Which one of the following join types will always create a
Cartesian Product?
1. CROSS JOIN
2. LEFT OUTER JOIN
3. RIGHT OUTER JOIN
4. FULL OUTER JOIN
5. INNER JOIN
Answer Posted / tulsi
1)CROSS JOIN
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the difference between execution of triggers and stored procedures?
What is query execution plan in sql?
Which is better varchar or nvarchar?
What is the difference between pl and sql?
What is data type in sql?
What is the difference between stored procedure and view?
explain the options of myisamchk to improve the performance of a table. : Sql dba
What is difference between stored function and application function?
How does cross join work?
Can we insert in view in sql?
What is the need of merge statement?
What is structural independence and why is it important?
how to load data files into tables with 'mysqlimport'? : Sql dba
Why indexing is needed?
What is the use of function in sql?