Quote (billykid989 @ Sep 26 2014 10:13am)
could use some help. One of the questions popped up on a practice test was:
Which one of the following is a valid SQL statement? Please explain why you made your selection.
a. Get Sales from dbo.SalesTable AS Sum(Sales) where Sales > ‘50’
b. Select Sum(Sales) from dbo.SalesTable
The answer is B.
You don't select things from a database using 'Get'. That's just one thing wrong.
This post was edited by Blind[zF] on Sep 26 2014 10:00am