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 / subbu
It is a cross join
So, the output is 5*2=10
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How do I count records in sql?
What is embedded sql with example?
What is difference between function and trigger?
what happens if null values are involved in expressions? : Sql dba
How do I save the results of sql query in a file?
Difference between global and parameter variables?
Can you skip header records while loading? : aql loader
What is a sql select statement?
What are sql indexes?
What is index example?
Are sql connections encrypted?
How to get each name only once from an employee table?
what is the use of friend function? : Sql dba
What are the sql versions?
What is the syntax to add a record to a table?