what is JOIN? Give example & types of join?
Answer Posted / santhi mundru
Merging two or three as a single table is called "join"
Types:
Inner Join
Outer Join
right outer join
left outer join
self join.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a query to fetch common records between two tables using mysql?
What is cast in mysql?
How do I drop a database in mysql?
How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.
What is longblob in mysql?
How do you know the version of your mysql server?
What are the functions of commit and rollback statements?
What is regex in mysql?
What is blob and text in mysql?
What is mysql root?
How to insert html code into mysql database using php?
How to rename an existing column in a table?
Why do we need mysql?
What are numeric data types?
How to copy data from one server to another using php?