SELECT
device_id,
device_name,
device_location,
creation_date,
update_date
FROM
devices
ORDER BY
device_id ASC;