what is JOIN? Give example & types of join?

Answer Posted / naveen

when data from more than one table in the database is
required,a join condition is used.
select empno,ename,dname,loc from emp,dept;
equi join
non-equi join
self join
outer join
cartesian join

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens when the column is set to AUTO INCREMENT and if you reach maximum value in the table?

535


What is blob and text in mysql?

621


Which is faster innodb or myisam?

523


How to create trigger in mysql phpmyadmin?

526


What is the purpose of using ifnull() function?

535






What is a heap table?

488


How can I remotely connect to mysql database?

459


What is a storage engine? What are the differences between innodb and myisam engines?

520


Why are function needed?

501


What command is used to delete the data from the table without deleting the table structure?

466


What is mysqladmin flush hosts?

510


What is ndb in mysql?

533


What do you understand by mysql terminal?

528


What are enums used for in mysql?

498


What is a trigger? How you can create a trigger in mysql?

491