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 sequence in sql?
What does count (*) do in sql?
What is the requirement of self-join?
How do I turn a list into a table?
what is meant by nl2br()? : Sql dba
Inline the values in PL/SQL, what does it mean.?
what are the types of subquery? : Sql dba
What are the types of optimization?
What is update query?
What is mdf ldf and ndf?
What operating systems are supported by oracle sql developer?
What is the main reason behind using an index?
Can we insert data into view?
Are pl sql variables case sensitive?
Which is faster joins or subqueries?