What is a join?Explain the different types of joins?

Answer Posted / pravin

Joins are the methods used to access related data from one
or more tables. there are five types of join
1. Inner Join
2. Outer Join
3. Self Join
4. Mix Join
5. Exception Join

Is This Answer Correct ?    12 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?

536


What is graph sql?

528


Can we debug stored procedure?

526


What are some emotional triggers?

572


What is rownum in sql?

561






What is microsoft t sql?

489


How to sort the rows in sql.

605


Is json a nosql?

541


Do stored procedures prevent sql injection?

552


C. Normalize the following data up to the 3rd Normal form. Create the tables and insert the data given. Emp_ID Name Dept_Name Salary Course_Title Date_Completed 100 Adam Marketing 48,000 SPSS 6/19/2008 Surveys 10/7/2008 140 Bob Accounting 52,000 Tax Acc 12/8/2008 110 Cathy IT SQL Server 1/12/2008 C# 4/22/2008 190 Dan Finance 150 Emily Marketing 55,000 SPSS 6/16/2008 42,000 Analysis 8/12/2008 Queries 1. Find all Names who have completed the SPSS Course. 2. Find employee with max salary. 3. Find employee with 2nd max salary. 4. Find all employees in Dept “Marketing”. 5. Find all the employees who have taken more than 2 courses. 6. Find all the employees who have completed the courses before month of September.

2174


Describe sql comments?

565


Is there a way to automate sql execution from the command-line, batch job or shell script?

557


Is a table valued function object?

583


How many commands are in sql?

529


What is the difference between function, procedure and package in pl/sql?

562