From the instructor table, report the number of characters in each instructor's name. Return the name and a second column named name_length with its character length. Sort by name_length (longest first), breaking ties by name (ascending).
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan