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 is sql entity?
what is index? : Sql dba
Which is faster union or join?
What are its different types of dbms?
Can unique keys be null?
Can we create foreign key without primary key?
What does joining a thread mean?
What is a full join sql?
What is cost in sql execution plan?
What is clustered and nonclustered index in sql?
How do I quit sql?
What is sql partition function?
Describe different types of general function used in sql?
how to create a test table in your mysql server? : Sql dba
what is self join and what is the requirement of self join? : Sql dba