Which statement is correct to display FruitNames of the table(Fruit) in ASCENDING ORDER?

ID FruitName
--- ------
1 Orange
2 Apple
3 Cherry
4 Mango
5 Banana

 Posted by Bandi on 9/6/2013 | Category: .NET Framework Interview questions | Views: 6739 | Points: 40
Select from following answers:
  1. SELECT FruitName FROM Fruit
  2. SELECT FruitName FROM Fruit GROUP BY FruitName
  3. SELECT FruitName FROM Fruit ORDER BY FruitID
  4. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response

More Interview Questions by Bandi