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
Explain the purpose of %type and %rowtype data types with the example?
What is java sql package?
What does fetching a cursor do?
can a stored procedure call itself or recursive stored procedure? : Sql dba
What is the difference between between and in condition operators?
Why we use cross join?
What are the types of join in sql?
How many indexes can be created on a table in sql?
What is file based approach?
What are the ways on commenting in a pl/sql code?
How do I view an execution plan in sql?
What is meant by temporal data?
How do I restart sql?
How do you use collections in procedure to return the resultset?
What does closing a cursor do?