JOIN Statement Questions and Answers

Recent IT Questions

21 - 22 of 22
<<PREVIOUS 1|2 NEXT>>

Showing all records

DATA SET: Table1 XID YID WRKDATE --- --- ------- 1 NOR 2007-01 2 SOU 2007-03 Table2 XID ZID QTY --- --- --- 1 PEN 10 1 PAP 20 2 PAP 5 1 PEN 10 2 PAP 5 Result XID YID WRKDATE ZID QTY --- --- ------- --- --- 1 NOR 2007-01 PAP 20 1 NOR 2007-01 PEN 10 1 NOR 2007-01...

View Answer   |  Nov 27 2007  2:58 AM GMT
SELECT statement, JOIN statement
asked by TeamJR3

  15 pts.

Question on JOIN Clause

Folks, Is there any differences between selecting values from a table using JOIN clause, by using as JOIN or INNER JOIN. I mean, Will the result or performance changes when JOIN is used instead of INNER JOIN in MS SQL SERVER 2000/2005 Thanks in advance ! ash

View Answer   |  Oct 29 2007  9:00 AM GMT
SQL Server 2000, SQL Server 2005, JOIN statement
asked by Ashok tak

  0 pts.

21 - 22 of 22
<<PREVIOUS 1|2 NEXT>>