From the book_authors table, build each author's full name by concatenating author_fname and author_lname with a single space between them. Return the columns ISBN_no and the combined name as author_full_name, sorted by author_full_name (ascending).
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan