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
how to take mysql database backup?
How do I grant privileges to a user in mysql phpmyadmin?
How do I connect to a database in mysql workbench?
How do you create a new database in mysql?
how to dump all databases for backup. Backup file is sql commands to recreate all db's.
What is the purpose of -> in the mysql terminal?
How do I insert an image into mysql workbench?
What is relational database in mysql?
What is difference between unix timestamp and mysql timestamp?
What is delimiter in mysql stored procedure?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
What are the similarities between a function and a procedure?
What are the mysql database files stored in system ?
What is csv?
What is difference between Sql server and MySql database? It may be silly question but i really dont know.