-- Use 'AS' to alias a column in your results (it doesn't actually change the name of the column in the table)
SELECT cat_id AS id, name FROM cats;