Since the tables 'User' and 'Book' are related, deleting an entry from the 'User' table will lead to deletion of the corresponding entries in the 'Book' table. If a user named 'John' has three books, namely 'A', 'B', and 'C', deleting 'John' from the 'User' table will lead to deletion of 'A', 'B', and 'C' from the 'Book' table.