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
Do while loop in mysql procedure?
What is the difference between a heap table and temporary table?
Does mysql scale well?
What is difference between group by and order by clause?
How to add a new column to an existing table in mysql?
What is the default port number of mysql?
How to check server status with 'mysqladmin'?
Can you tell the reasons for selecting lamp(linux, apache, mysql, php) instead of any other combination of software programs, servers, and operating system?
How can you see all indexes defined for a table?
Which is faster mysql or mongodb?
How to enter numeric values as hex numbers?
Write a command with which mysql table can be repaired
Which storage engine is best in mysql?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
Which is better mysql or mssql?