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 |
Which method grants a lock on a resource?
Which of the following position is the default docking position of the statusstrip control on the form?
What are controls in windows forms?
How insert recored in the database
Which method of the messagebox class is used to display a message in the message box?
What are window applications?
What is the use of runworkasync() methods?
How do I change the console application in windows?
How will calculated the net amount in tax add like total net amount = LT+ST+CESS+amount 2500 = 10%+12.5%+5.15%+amount? kindly please explain what type of formula we apply in software? Tushar
What are the advantages of form?
How can you pause a timer control?
What is the max size of textbox?