Erick has just started working with an in-memory version of the library.db SQLite database; below, you can see the database diagram:
Erick has created a Go program that retrieves and scans the values of the Publisher named "Bloomsbury" into the publisher struct.
Now he wants to retrieve all Book records NOT (!=) published by "Bloomsbury", skip the 25 initial records and then print them. Your task is to help Erick write the additional required code to achieve this.