what is JOIN? Give example & types of join?
Answer Posted / ammu
joins are nothing but a condition that combines two or more table resulting with an single table
types of joins :
--> inner join
*equi join
*cross join
--> outer join
*left outer join
*right outer join
*full outer join
--> self join
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to see the create table statement of an existing table?
What is pdo :: fetch_assoc?
What is the maximum number of columns per table?
What are the differences between innodb and myisam engines?
Why is mysql popular?
Is mysql good for large database?
How do you restart mysql?
How to get a list of columns in an existing table?
What is the use of mysql_close()?
What is the data type for file in mysql?
What is bigint in mysql?
How to run 'mysql' commands from a batch file?
How do I run mysql without installing?
How does mysql store dates?
What sql does mysql use?