Test2 table query
SELECT common_name AS "Common name", scientific_name AS "Scientific name", DATE, location, note, id FROM species ORDER BY scientific_name;
SELECT common_name AS "Common name", scientific_name AS "Scientific name", DATE, location, note, id FROM species ORDER BY scientific_name;