Guys, I have the following 3 tables.
Table: Author REGISTRATION-Author_name-CPF-ADDRESS-DATA_NASCIMENTO-NATIONALITY table: Autor_livro cod_livro-registration table: COD_LIVRO Book TITLE PRICE RELEASE DATE SUBJECT COD_EDITORA My question is the following: a command that returns the name of the authors and the titles of the books of his own. List in order of author name.
Thank you