LibraryApp Basic library functionality add a book to the library and also get from the library "Database example " SELECT * FROM bookdb WHERE book LIKE ? INSERT INTO bookTable VALUES ('{book_name.upper()}', '{author_name.upper()}', '{isbn_number}') view database code in python file