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 / sirisha
5*2=10
Its a cartesian product
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what is offset-fetch filter in tsql? : Transact sql
How do you go back in sql?
what is a tablespace? : Sql dba
What does (*) mean in sql?
What is difference between db2 and sql?
Why we use triggers in mysql?
Is sql workbench free?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
How many commands are in sql?
how does a local variable is defined using t-sql? : Transact sql
what is denormalization. : Sql dba
Why left join is used in sql?
What is the primary key?
Explain two easy sql optimizations.