If you would like to sort your query results to descending, you should include the _______ command in your SQL statement

Fill in the blank(s) with correct word

DESC

Computer Science & Information Technology

You might also like to view...

What government security classification applies to materials that, if compromised, would cause serious damage to national security?

a. Sensitive but Unclassified b. Secret c. Confidential d. Top Secret

Computer Science & Information Technology

Suppose a project has a form named Summary Form. Which one of the following statements creates an instance of the Summary Form class and assigns it to a variable?

a. Summary Form.Show Dialog(); b. Summary Form = this.Form(); c. my Summary Form = Summary Form(); d. my Summary Form = new Summary Form();

Computer Science & Information Technology