Share Share on Facebook Share on Twitter Pinterest Email write query to sort the employee based on the salary The order by uses to sort the records from the table result set. The order can be ascending or descending. Solution select first_name, last_name, email, salary from HR.employees order by salary 1 2 3 4 5 6 7 8 9 10 Fundamentalsinterview questionsoracle 0 Related Posts Write a program to implement circular linked list Write a program to reverse the linked list Find last Nth node from singly linked list using single iteration Write A Comment Cancel Reply Save my name, email, and website in this browser for the next time I comment.