The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Diiiii
By Guest on 26th July 2024 09:09:11 AM | Syntax: PYTHON | Views: 64



New Paste New paste | Download Paste Download | Toggle Line Numbers Show/Hide line no. | Copy Paste Copy text to clipboard
  1. $sql = "INSERT INTO book (title, author, edition, no_of_copy) VALUES
  2.        ('The Great Gatsby', 'F. Scott Fitzgerald', 1, 10),
  3.        ('To Kill a Mockingbird', 'Harper Lee', 1, 8),
  4.        ('1984', 'George Orwell', 1, 5),
  5.        ('Pride and Prejudice', 'Jane Austen', 1, 12),
  6.        ('The Catcher in the Rye', 'J.D. Salinger', 1, 6)";





diiiii