select PAT_ID, PAT_FNAME, PAT_LNAME, PAT_TYPE from PATRON where PAT_LNAME like 'c%' order by PAT_ID;