UPDATE book SET author_name = 'Linda' WHERE book_id = 3; UPDATE book SET author_name = 'Vasyliy' WHERE book_id = 7; SELECT count ...