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

Name the two main categories of .net components.

0 Answers  


What is the use of OLE?

2 Answers  


What is the default property of data control?

2 Answers   Wipro,


Which C# access modifier helps to limit the accessibility of a class member within the same assembly?

1 Answers   Arctern,


How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed

0 Answers  






Name the class to be inherited for creating a custom control.

0 Answers  


Which window allows viewing the resources of the servers, such as services, processes and the event log?

0 Answers  


What is form based application?

0 Answers  


What is datagrid?

6 Answers   ABC, IQ,


Which property of textbox cannot be changed at runtime?

2 Answers  


Explain how to split a column header in gridview using c#.net?

0 Answers  


How many system controls are available ?

1 Answers  


Categories