-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinsertISBN.sql
50 lines (50 loc) · 4.67 KB
/
insertISBN.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
INSERT INTO ISBN VALUES ("9790000000001", "2021", "Intra S.r.l.s.", "A 1984 Story");
INSERT INTO ISBN VALUES ("9790000000002", "2017", "Vintage Espanol", "100 anos de soledad");
INSERT INTO ISBN VALUES ("9790000000003", "2006", "Harper Perennial", "Brave New World");
INSERT INTO ISBN VALUES ("9790000000004", "2002", "Penguin", "Crime and Punishment");
INSERT INTO ISBN VALUES ("9790000000005", "2002", "Harper Collins", "The Lion, The Witch and The Wardrobe");
INSERT INTO ISBN VALUES ("9790000000006", "2021", "Reader's Library Classics", "Frankenstein");
INSERT INTO ISBN VALUES ("9790000000007", "2006", "Penguin Classics", "The Grapes of Wrath");
INSERT INTO ISBN VALUES ("9790000000008", "2021", "SeaWolf Press", "The Adventures of Huckleberry Finn");
INSERT INTO ISBN VALUES ("9790000000009", "2002", "Penguin Classics", "Great Expectations");
INSERT INTO ISBN VALUES ("9790000000010", "2011", "Simon & Schuster", "Catch-22");
INSERT INTO ISBN VALUES ("9790000000011", "1998", "Penguin Classics", "The Iliad");
INSERT INTO ISBN VALUES ("9790000000012", "2013", "Signet", "Les Miserables");
INSERT INTO ISBN VALUES ("9790000000013", "1990", "Vintage", "Ulysses");
INSERT INTO ISBN VALUES ("9790000000014", "1989", "Vintage", "Lolita");
INSERT INTO ISBN VALUES ("9790000000015", "2005", "Dutton", "Atlas Shrugged");
INSERT INTO ISBN VALUES ("9790000000016", "2001", "Vintage", "Perfume");
INSERT INTO ISBN VALUES ("9790000000017", "2017", "12th Media Services", "The Metamorphosis");
INSERT INTO ISBN VALUES ("9790000000018", "2019", "ROBERT LAFFONT", "American Psycho");
INSERT INTO ISBN VALUES ("9790000000019", "2020", "Papercutz", "Asterix the Gaul");
INSERT INTO ISBN VALUES ("9790000000020", "2012", "Simon & Schuster", "Fahrenheit 451");
INSERT INTO ISBN VALUES ("9790000000021", "1991", "Bantam Spectra Books", "Foundation");
INSERT INTO ISBN VALUES ("9790000000022", "2002", "Penguin Classics", "The Communist Manifesto");
INSERT INTO ISBN VALUES ("9790000000023", "2009", "Oxford University Press", "Rights of Man, Common Sense, and Other Political Writings");
INSERT INTO ISBN VALUES ("9790000000024", "2019", "Independently published", "The Prince");
INSERT INTO ISBN VALUES ("9790000000025", "2021", "Royal Classics", "The Wealth of Nations");
INSERT INTO ISBN VALUES ("9790000000026", "2005", "Ecco", "Don Quijote");
INSERT INTO ISBN VALUES ("9790000000027", "2011", "Vintage", "The Second Sex");
INSERT INTO ISBN VALUES ("9790000000028", "1999", "Cambridge University Press", "Critique of Pure Reason");
INSERT INTO ISBN VALUES ("9790000000029", "2003", "Signet", "On The Origin of Species");
INSERT INTO ISBN VALUES ("9790000000030", "2016", "University of California Press", "Philosophae Naturalis Principia Mathematica");
INSERT INTO ISBN VALUES ("9790000000031", "2009", "Harper Perennial Modern Classics", "The Unbearable Lightness of Being");
INSERT INTO ISBN VALUES ("9790000000032", "2007", " LSC Communications", "The Art of War");
INSERT INTO ISBN VALUES ("9790000000033", "1999", "Penguin Books", "Ficciones");
INSERT INTO ISBN VALUES ("9790000000034", "2007", "Vintage", "El Amor en Los Tiempos del Colera");
INSERT INTO ISBN VALUES ("9790000000035", "1994", "Grove Press", "Pedro Paramo");
INSERT INTO ISBN VALUES ("9790000000036", "2008", "Penguin Books", "The Labyrinth of Solitude");
INSERT INTO ISBN VALUES ("9790000000037", "2006", "Penguin Classics", "Twenty Love Poems and a Song of Despair");
INSERT INTO ISBN VALUES ("9790000000038", "2014", "Princeton University Press", "QED: The Strange Theory of Light and Matter");
INSERT INTO ISBN VALUES ("9790000000039", "1996", "Bantam", "A Brief History of Time");
INSERT INTO ISBN VALUES ("9790000000040", "2013", "Ballantine Books", "Cosmos");
INSERT INTO ISBN VALUES ("9790000000041", "1970", "St Martins Pr", "Calculus Made Easy");
INSERT INTO ISBN VALUES ("9790000000042", "1988", "University of Chicago Press", "Notes on Thermodynamics and Statistics");
INSERT INTO ISBN VALUES ("9790000000043", "2015", "Coventry House Publishing", "The Federalist");
INSERT INTO ISBN VALUES ("9790000000044", "1980", "Hackett Publishing Company, Inc.", "Second Treatise of Government");
INSERT INTO ISBN VALUES ("9790000000045", "2020", "Princeton University Press", "The Open Society and Its Enemies");
INSERT INTO ISBN VALUES ("9790000000046", "2015", "Harper Perennial Modern Classics", "A People's History of the United States");
INSERT INTO ISBN VALUES ("9790000000047", "2003", "Penguin Books", "Lord of the Flies");
INSERT INTO ISBN VALUES ("9790000000048", "2021", "Wisehouse Classics", "Animal farm");
INSERT INTO ISBN VALUES ("9790000000049", "1995", "Scribner", "The Old Man and the Sea");
INSERT INTO ISBN VALUES ("9790000000050", "2018", "Penguin Books", "Romance of the Three Kingdoms");