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
How do you use a while loop in pl sql?
Is t sql a programming language?
Is sql a dbms?
What is a delimiter in sas?
What is the maximum size of sqlite database?
How do I run pl sql in sql developer?
How many clustered indexes can be created on a table?
What is replication id?
What are all the ddl commands?
What are the basic techniques of indexing?
What is substitution variable in pl sql?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
Can you rollback after commit?
What is nvarchar max in sql?
How do we use distinct statement? What is its use?