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 / mubin ahmad
select * from a,bwill be the out put in 10 rows
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What are the types of queries in sql?
Explain the steps needed to create the scheduled job?
Define union, minus, union all, intersect ?
How to run sql statements with oracle sql developer?
what is a database lock ? : Sql dba
How do you remove duplicate records from a table?
Define commit?
Can we use joins in subquery?
List different type of expressions with the example.
What is basic structure of pl sql?
What is a schema sql?
Explain the difference in execution of triggers and stored procedures?
What is break?
What is query syntax?
Explain the types of joins in sql?