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 / subbu
It is a cross join
So, the output is 5*2=10
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
what is the difference between myisam static and myisam dynamic? : Sql dba
What is sql query optimization?
how to use case expression? : Sql dba
Why is %isopen always false for an implicit cursor?
What is left join in postgresql?
Does sqlite need a server?
How do you rename a table in sql?
In what condition is it good to disable a trigger?
Why triggers are used?
Explain autonomous transaction.
How to assign sql query results to pl sql variables?
How to fetch alternate records from a table?
What is the difference between truncate and drop statements?
What is the difference between inner join and natural join?
what is the bond code in materialized view?