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
how to select unique records from a table? : Sql dba
Is sql a scripting language?
What is database white box testing and black box testing?
Which language is used in sql?
What is a stored procedure in sql with example?
What is query execution plan in sql?
how to enter characters as hex numbers? : Sql dba
What is group by in sql?
What is procedure explain with example?
When is the update_statistics command used?
what is dbms? : Sql dba
What is the difference between a procedure and a function?
Can we insert delete data in view?
What is cross join sql?
how to convert character strings to numeric values? : Sql dba