Table A has 5 rows and table B has 0 rows Cartesian join on A,B will have----rows
Answer Posted / msy
Cartesion result of A and B will be 0 rows selected.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
What does it mean to be case sensitive?
Is mysql owned by oracle?
What is 'mysqlshow'?
What is normalization and list the different types of normalization?
How do I zip a file in mysql?
Which mysql function is used to concatenate string?
What is the use of mysqli_fetch_array?
Is microsoft sql same as mysql?
How do I rename a table in mysql workbench?
How do I restore a mysql database?
What is mysqli_connect_error ()?
What are the security alerts while using mysql?
How to make a column bigger and delete unique from table.
How to run 'mysql' commands from a batch file?