Which of the following SELECT statements will select the ProdNum field from the tblProducts table, and then sort the records in descending order by the Price field?
A. SELECT ProdNum FROM tblProductsSORT Price DESC
B. SELECT ProdNum FROM tblProductsORDER BY Price DESC
C. SELECT ProdNum FROM tblProductsWHERE Price DESC
D. SELECT ProdNum FROM tblProductsORDER BY ProdNum DESC
Answer: B
Computer Science & Information Technology
You might also like to view...
In the Macros dialog box, to locate built-in Word macros, select ________ in the Macros drop-down list
A) All active templates and documents B) Word commands C) Global template D) Normal.dotm
Computer Science & Information Technology
________ is the practice of establishing relationships between data being processed or between functions performed in two or more modules being designed.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology