there is A table and B table in A table there 5 rows and in
b table there are 2 rows i am firing query select * from
a,b what will be the output?

Answer Posted / santosh pashte

It is concept of CROSS JOIN..

It will display 5 * 2 = 10 rows

Is This Answer Correct ?    41 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql select statement?

703


how to drop an existing view in mysql? : Sql dba

796


What is a data manipulation language?

749


What is cte?

742


what is denormalization. : Sql dba

768






How do I run a query in pl sql developer?

725


What is the use of partition by in sql?

720


Is sql harder than python?

823


what are the different type of normalization? : Sql dba

765


What are different types of keys?

737


what are null values? : Sql dba

708


How does an execution block start and end in pl sql?

677


Why truncate is used in sql?

720


What is scalar and vector?

720


How to display Row Number with Records in Oracle SQL Plus?

771