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
Which is faster mysql or mongodb?
What is sharding in mysql?
What is InnoDB?
What is datatype in mysql?
How can you take the backup and restore a mysql database using php?
How do I create a mysql database?
What is the maximum number of records in mysql table?
Is mysql case-sensitive?
What is mysql gpl?
What is the use of mysqli_fetch_assoc?
What is procedural api?
Why myisam is faster than innodb?
What is the current root password of mysql?
In which format data is stored in mysql database?
Is Mysql query is case sensitive?