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 / manda
It gives a cartesian product or a cross product.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
what is bcp? When is it used?
Are subqueries better than joins?
What does pl sql stand for?
How many scalar data types are supported in pl/sql?
What are sql functions? Describe the different types of sql functions?
what is a field in a database ? : Sql dba
Define commit, rollback and savepoint?
Which nosql database is best?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
Can I join the same table twice?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
What is sql performance tuning?
What are the differences between in and exists clause?
Explain the commit statement.
How many types of indexes are there in sql?