IF EMP HAS 2 ROWS,DEPT HAS 4 ROWS.WHATS THE RESULT OF
SELECT * FROM EMP,DEPT;
Answer Posted / shailesh
Cartetian product i.e. 8 rows will be returned.
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
What are analytic functions in sql?
What is difference between table and view?
Is sqlite free?
What are sql triggers used for?
Is a secondary key the same as a foreign key?
how can we optimize or increase the speed of a mysql select query? : Sql dba
Name three sql operations that perform a sort.
What do you think about pl/sql?
How much does sql certification cost?
What is a left join?
what are the different type of sql's statements ? : Sql dba
what are different types of keys in sql?
What is set serveroutput on?
what is schema? : Sql dba
What is nvarchar max in sql?