/*Write a query to display the orders according to the order number arranged by ascending order.*/ SELECT * FROM orders ORDER BY ord_no;