Zend Framework CertificationVersion 4.1 ZF-100-500 Question # 32 Topic 4 Discussion

Zend Framework CertificationVersion 4.1 ZF-100-500 Question # 32 Topic 4 Discussion

ZF-100-500 Exam Topic 4 Question 32 Discussion:
Question #: 32
Topic #: 4

A table named employees is given below:

ZF-100-500 Question 32

Which of the following statements would return the employees names , in ascending order, based on their last name and first name? Each correct answer represents a complete solution. Choose all that apply.


A.

select fname, lname from employees order by lname;


B.

select fname, lname from employees order by lname desc;


C.

select fname, lname from employees group by lname;


D.

select fname, lname from employees order by lname asc;


Get Premium ZF-100-500 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.