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


Please Help Members By Posting Answers For Below Questions

How does a self join work?

511


Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com

2058


Explain how exception handling is done in advance pl/sql?

548


what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba

519


What is partition in sql query?

507






What are the types of index in sql?

528


how can you create an empty table from an existing table? : Sql dba

652


what is an alias command? : Sql dba

540


How do you modify a column in sql?

524


what is cursor. write example of it. What are the attributes of cursor.

741


What are the topics in pl sql?

511


What are sql built in functions?

504


How does index help in query performance?

556


What is a left inner join?

529


What is pl sql block structure?

533