SELECT b.books_name,b.books_id FROM BOOKS b JOIN AUTHOR a ON b.AUTHOR_ID = a.AUTHOR_ID WHERE a.AUTHOR_NAME=\'WILLIAM\';