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
Is sql developer case sensitive?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
What is program debugging?
Why is a trigger used?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
What does the file extension accdb stand for?
What do we need to check in database testing?
What is sql rowcount?
What is rownum in sql?
The select into statement is most often used to create backup copies of tables or for archiving records?
How to display Row Number with Records in Oracle SQL Plus?
What is meant by user defined function?
How do I audit the sql sent to the server?
Why do we create views in sql?
What is record type in pl sql?