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

How to update info already in a table and delete a row(s) from a table.

617


How do I quit mysql?

653


What is dump in mysql?

628


What is pragma exception?

692


Does facebook still use mysql?

664






How can you make a database as your current database?

662


What are the difference between now and current_date in mysql?

916


What is the use of mysqli_num_rows?

666


Can you tell the difference between $message and $$message?

710


Can you tell how to find the number of rows in a resultset using php?

655


What is mysql data directory?

683


How do I create a schema in mysql?

642


What is 1nf 2nf 3nf?

690


What port is mysql running on?

640


How do I get a list of table names in mysql?

650