Multiple Choice
Which of the following statements selects the Title and ProductionCo fields from records whose title begins with the word "The" followed by a space and zero or more characters,and then sorts the records in descending order by the ProductionCo field?
A) SELECT Title, ProductionCo FROM tblMovies WHERE Title LIKE 'The %' ORDER BY ProductionCo
B) SELECT Title, ProductionCo FROM tblMovies WHERE Title LIKE 'The %' ORDER BY ProductionCo DESC
C) SELECT Title, ProductionCo FROM tblMovies WHERE Title LIKE 'The *' ORDER BY ProductionCo DESC
D) SELECT Title, ProductionCo FROM tblMovies ORDER BY ProductionCo DESC
Correct Answer:

Verified
Correct Answer:
Verified
Q50: For the changes made to a dataset
Q51: The .xsd file is called the dataset's
Q52: Case 1 - LuvUrPet<br>The database for
Q53: The tblMembers table contains six fields. The
Q54: The ContractsDataSet contains a table named tblContracts.
Q55: The Query Builder places the WHERE clause's
Q56: Which of the following statements will delete
Q58: Which of the following SELECT statements will
Q59: A Delete query uses the _ statement
Q60: The tblMembers table contains six fields. The