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
Are dml statements autocommit?
What are secondary keys?
how does a local variable is defined using t-sql? : Transact sql
Why is %isopen always false for an implicit cursor?
Explain alias in sql?
What are the different ddl commands in sql?
In what condition is it good to disable a trigger?
How to pronounce postgresql?
Explain exception handling in pl/sql?
how would you enter characters as hex numbers? : Sql dba
Why use subqueries instead of joins?
Are stored procedures compiled?
Does access use sql?
what is a trigger in mysql? Define different types of trigger. : Sql dba
What are different types of keys?