Answer Posted / mala yadav
select command is used to fetch the result from the table ,
but of u want the combine results from more than 1 table
then in this case we use JOINS rather than a single table
select statement.
In joins u can join upto 2 to 61 tables to get tha required
result.
joins are of 5 types
- inner join
- self join
- cross join
- left outer join
- right outer join
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I restore a mysql database?
what is the procedure to configure the application of mysql?
How can you export the table as an xml file in mysql?
What mysql means?
What is default schema in mysql?
What is append query?
Is mysqli faster than mysql?
How to create a new table by selecting rows from another table in mysql?
What is ndb in mysql?
What are queries used for?
What are the advantages/disadvantages of mysql and php?
What does it mean to be case sensitive?
What are the drivers in MySQL?
How to return query output in xml format?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?