Database 3358. Books with NULL Ratings ¶ SQL 1 2 3 4SELECT book_id, title, author, published_year FROM Books WHERE rating IS NULL ORDER BY 1;