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
Write a program using the select statement, while loop.
Where is the myisam table stored?
What is mysqlcheck do?
What is triggers and how it can be used in mysql?
How do I run a query in mysql?
What are stored procedures and functions?
What is a result set object?
What is a tinyint?
What is index length in mysql?
How can you change the password of a mysql user?
Give string types available for column?
How to enter Characters as HEX Numbers?
How many rows can mysql hold?
How to enable or disable a row of a table using MySQL in struts?
how you will Create a database on the mysql server with unix shell.