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 are analytical functions in sql?
how to load data files into tables with 'mysqlimport'? : Sql dba
Can we rollback after truncate?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
Is there a way to automate sql execution from the command-line, batch job or shell script?
How to use distinct and count in sql query? Explain
What is the need of a partition key?
Why cross join is used?
Can a foreign key be null?
What is a data manipulation language?
Explian rowid, rownum? What are the psoducolumns we have?
How do I know if I have sql express or standard?
What are database links used for?
How to set up sql*plus output format in oracle?
Is sql open source?