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 is %type in pl sql?
Enlist the characteristics of pl/sql?
How delete all data from table in sql?
What does bitemporal mean?
what is an index? : Sql dba
Define overloaded procedure?
Write an sql query to select all records from the table?
What is the difference between a database and a relational database?
How to read xml file in oracle pl sql?
Can we perform dml in function?
Can we rollback after truncate?
what is an alias command? : Sql dba
what is a control file ? : Sql dba
What is a recursive join sql?
What are character functions?