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 / dharmendra singh
Concept of cross join
the result will be 10 bcos 5*2 = 10
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is case function?
What are character functions?
Can we commit inside a trigger?
Mention what are the benefits of pl/sql packages?
how to install mysql? : Sql dba
Can ddl statements be used in pl/sql?
what are all types of user defined functions? : Sql dba
What is delimiter sql?
Explain how can you save or place your msg in a table?
What normalization means?
what is the difference between delete and truncate commands? : Sql dba
How do you drop a trigger?
what is the functionality of the function htmlentities? : Sql dba
What are the commands used in sql?
When should I use nosql database?