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

Why do we use sql constraints?

651


Does execute immediate commit?

687


What is pl/sql table? Why it is used?

553


What is a system versioned table?

522


What is constant in pl sql?

509






What does truncate mean in sql?

528


what is 'mysqlcheck'? : Sql dba

563


How is sql used in oracle?

574


Explain select statements in sql?

577


How can you load multi line records? : aql loader

651


what are the differences between binary and varbinary? : Sql dba

527


How can you know that statistics should be updated?

597


What is exit statement?

537


explain the difference between delete , truncate and drop commands? : Sql dba

541


What is the difference between inner join and left join?

536