What are the different types of JOINs in SQL Server?
Answers were Sorted based on User's Feedback
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 |
Answer / srinivasula reddy
Inner Join
Self Join
Left Outer Join
Right Outer Join
Full Outer Join
| Is This Answer Correct ? | 2 Yes | 0 No |
How to redirect a user to new page in ASP.NET without making a round-trip to the browser?
Explain how insert record in the database?
which Property is used to count no. of items in a combobox?
what are events?
How to create class level variable that can be assigned value at the time of declaration and in the constructor alone?
Which command prompt utility is used to convert a resource file from the text format into the binary format?
What is an example of form?
Which Isolation level is helps to read uncommitted data?
how to create a set up in vb.net for desktop application please say me steps with examples
how to call constructor in abstract class
what is a property to resize a label control according to your caption?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net