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 / santosh pashte
It is concept of CROSS JOIN..
It will display 5 * 2 = 10 rows
| Is This Answer Correct ? | 41 Yes | 4 No |
Post New Answer View All Answers
What is the difference between distinct and unique in sql?
What is flag in sql?
What is dba in sql? : SQL DBA
What are the different operators available in sql?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
what is the use of set statement in tsql? : Transact sql
Can a table contain multiple foreign key’s?
Why do we use sql constraints?
Determine if oracle date is on a weekend?
What is execution plan in sql?
is mysql query is case sensitive? : Sql dba
what is self-join? : Sql dba
Differentiate between sga and pga.
How many tables can a sql database have?
What is pl sql block in dbms?