write a query to print the id, first name and last name. to filter the names, concatenate the first and last names to create a combined name. return the names of customers whose combined names are less than 12 letters long. sort the results by their combined name lengths, then alphabetically, case insensitive, by combined name, then by id. all sorts are ascending.