Which of the following LINQ expressions sorts the data by LastName field in ascending order, with records with the same last name sorted by FirstName field in descending order? Dim records = In NamesDataSet.tblNames Order By Name From name name, LastName Ascending Descending FirstName Choose a name Dim records = From name Order By name In NamesDataSet.tblNames LastName, firstname Descending FirstName Choose a name Dim records = Order By NamesDataSet.tblNames Select name From NamesDataSet.tblNames Name, FirstName Descending Both a and b are correct for LastName d.

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter8: Restricting Rows And Sorting Data
Section: Chapter Questions
Problem 4MC
icon
Related questions
Question

Which of the following LINQ expressions sorts the data by LastName field in ascending order, with records with the same last name sorted by FirstName field in descending order?

  1. Dim records = In NamesDataSet.tblNames Order By Name From name

name, LastName Ascending

Descending FirstName

Choose a name

  1. Dim records = From name Order By name In NamesDataSet.tblNames

LastName, firstname

Descending FirstName

Choose a name

  1. Dim records = Order By NamesDataSet.tblNames Select name From NamesDataSet.tblNames

Name, FirstName Descending

Both a and b are correct for LastName d.

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
SQL Functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning