libsuperuser icon indicating copy to clipboard operation
libsuperuser copied to clipboard

Table

Open ahmedrageh99 opened this issue 11 months ago • 0 comments

INSERT INTO Books (ISBN, Title, Author, Genre, Quantity) VALUES ('9780439554930', 'Harry Potter and the Sorcerer's Stone', 'J.K. Rowling', 'Fantasy', 10), ('9780553103540', 'A Game of Thrones', 'George R.R. Martin', 'Fantasy', 5), ('9780307277671', 'Norwegian Wood', 'Haruki Murakami', 'Fiction', 7), ('9780062073488', 'Murder on the Orient Express', 'Agatha Christie', 'Mystery', 8), ('9781501142970', 'It', 'Stephen King', 'Horror', 6), ('9780439064873', 'Harry Potter and the Chamber of Secrets', 'J.K. Rowling', 'Fantasy', 9), ('9780553108033', 'A Clash of Kings', 'George R.R. Martin', 'Fantasy', 4), ('9780307387158', 'Kafka on the Shore', 'Haruki Murakami', 'Fiction', 5), ('9780062073501', 'Death on the Nile', 'Agatha Christie', 'Mystery', 7), ('9781501175466', 'The Shining', 'Stephen King', 'Horror', 5);

ahmedrageh99 avatar Feb 13 '25 07:02 ahmedrageh99