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
Can you tell the difference between mysql_fetch_object and mysql_fetch_array?
What is datadir?
What is timestamp in mysql?
How do I rename a table in mysql workbench?
How to convert character strings to numeric values?
How do I drop a database in mysql?
What is mysql procedure?
How do I tune a mysql query?
What is the insert?
How to delete a database from mysql server.
How to update info already in a table and delete a row(s) from a table.
How many ways we can retrieve the date in result set of mysql using php?
Is sql and mysql same?
What is database clustering in mysql?
Is null in mysql?