What are the different types of JOINs in SQL Server?

Answers were Sorted based on User's Feedback



What are the different types of JOINs in SQL Server?..

Answer / guest

INNER JOIN
b. LEFT JOIN or LEFT OUTER JOIN
c. RIGHT JOIN or RIGHT OUTER JOIN
d. FULL JOIN or FULL OUTER JOIN
e. CROSS JOIN

Is This Answer Correct ?    13 Yes 0 No

What are the different types of JOINs in SQL Server?..

Answer / srinivasula reddy

Inner Join
Self Join
Left Outer Join
Right Outer Join
Full Outer Join

Is This Answer Correct ?    2 Yes 0 No

What are the different types of JOINs in SQL Server?..

Answer / g.supriya

full join or full outer join

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Dot Net WindowsForms Interview Questions

Explain the new events in textbox that has been included in vb?

0 Answers  


What is formdata?

0 Answers  


What is the difference between a document and a form?

0 Answers  


How is anchoring different from docking?

0 Answers  


Explain how to get records from a database?

0 Answers  


Which event occurs when a user drags an item in a treeview or listview control?

0 Answers  


What are windows based applications examples?

0 Answers  


What is a windows form application?

0 Answers  


What is form application?

0 Answers  


Name the two main categories of .net components.

0 Answers  


Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?

0 Answers  


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

0 Answers  


Categories