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 / manda
It gives a cartesian product or a cross product.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is an exception in PL/SQL? What are the two types of exceptions?
What are the usages of sql?
what is a composite key ? : Sql dba
Explain the structure of pl/sql in brief.
What is the purpose of the partition table?
Whis is not false in primary key?
Is subquery faster than join?
What is procedure and function in sql?
What is user in sql?
What are the types of functions in sql?
How to assign sql query results to pl sql variables?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
How to test for null values?
How does cross join work?
Can we use having without group by in sql?