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
What is the maximum number of columns per table?
What is the difference between myisam dynamic and myisam static in mysql?
What is deterministic in mysql?
How many threads can mysql handle?
What is a tinyint in mysql?
How to convert character strings to numeric values?
What are date and time data types?
What is latest version of mysql?
What is normalization and list the different types of normalization?
What is the difference between the LIKE and REGEXP operators?
What ascii 31?
What command is used to delete the data from the table without deleting the table structure?
Why is the basic difference between left join, right join and inner join?
How do I restore a database in mysql workbench?
How to create a new view in mysql?