This repository was archived by the owner on Feb 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.sql
More file actions
534 lines (534 loc) · 76.4 KB
/
db.sql
File metadata and controls
534 lines (534 loc) · 76.4 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
INSERT INTO book_book VALUES(0, '9781608450473', 'Experience Design', 'Technology for All the Right Reasons', 'Marc Hassenzahl', 'Morgan & Claypool Publishers', '/static/book_cover/0.jpg', 'ID', 'Computer Science', '2010', 'en', 'ID02');
INSERT INTO book_bookcopies VALUES(0, '0', '2019-08-04');
INSERT INTO book_book VALUES(1, '9783826694592', 'Sketching User Experiences', '', 'Saul Greenberg, Sheelagh Carpendale, Nicolai Marquardt, Bill Buxton', 'Elsevier', '/static/book_cover/1.jpg', 'ID', 'Computer Science', '2014', 'en', 'ID03');
INSERT INTO book_bookcopies VALUES(1, '1', '2019-08-04');
INSERT INTO book_book VALUES(2, '9781118766576', 'About Face - The Essentials of Interaction Design', 'The Completely Updated Classic on Creating Delightful User Experiences', 'Alan Cooper, Robert Reimann, David Cronin, Christopher Noessel', 'John Wiley & Sons', '/static/book_cover/2.jpg', 'ID', 'Design', '2014', 'en', 'ID09');
INSERT INTO book_bookcopies VALUES(2, '2', '2019-08-04');
INSERT INTO book_book VALUES(3, '9783826697050', 'Don''t Make Me Think', 'Web and Mobile Usability - Das intuitive Web', 'Steve Krug', 'mitp', '/static/book_cover/3.jpg', 'ID', 'Design', '2014', 'en', 'ID11');
INSERT INTO book_bookcopies VALUES(3, '3', '2019-08-04');
INSERT INTO book_book VALUES(4, '9781350002715', 'Uncertainty and Possibility', 'New Approaches to Future Making in Design Anthropology', 'Sarah Pink, Yoko Akama, Shanti Sumartojo', 'Bloomsbury Publishing', '/static/book_cover/4.jpg', 'ID', 'Anthropology', '2018', 'en', 'ID12');
INSERT INTO book_bookcopies VALUES(4, '4', '2019-08-04');
INSERT INTO book_book VALUES(5, '9780321767530', '100 Things Every Designer Needs to Know About People', '', 'Susan Weinschenk', 'Pearson Education', '/static/book_cover/5.jpg', 'ID', 'Desktop Publishing', '2011', 'en', 'ID15');
INSERT INTO book_bookcopies VALUES(5, '5', '2019-08-04');
INSERT INTO book_book VALUES(6, '9781472534408', 'Communication Design', 'Insights from the Creative Industries', 'Derek Yates, Jessie Price', 'Bloomsbury Publishing', '/static/book_cover/6.jpg', 'ID', 'Design', '2015', 'en', 'ID19');
INSERT INTO book_bookcopies VALUES(6, '6', '2019-08-04');
INSERT INTO book_book VALUES(7, '9789063692797', 'This is Service Design Thinking', 'Basics, Tools, Cases', 'Marc Stickdorn, Jakob Schneider', 'Bis Publishers', '/static/book_cover/7.jpg', 'ID', 'Consumer Behavior', '2017', 'en', 'ID22');
INSERT INTO book_bookcopies VALUES(7, '7', '2019-08-04');
INSERT INTO book_book VALUES(8, '9780262201575', 'In the Bubble', 'Designing in a Complex World', 'John Thackara', 'MIT Press', '/static/book_cover/8.jpg', 'ID', 'Business & Economics', '2006', 'en', 'ID25');
INSERT INTO book_bookcopies VALUES(8, '8', '2019-08-04');
INSERT INTO book_book VALUES(9, '006097625X', 'Understanding Comics', 'The Invisible Art', 'Scott McCloud', 'Harper Collins Publishers', '/static/book_cover/9.jpg', 'ID', 'Animation', '1994', 'en', 'ID29');
INSERT INTO book_bookcopies VALUES(9, '9', '2019-08-04');
INSERT INTO book_book VALUES(10, '9780007492893', 'Information is Beautiful', '', 'David McCandless', 'Collins Publishers', '/static/book_cover/10.jpg', 'ID', 'Encyclopedias', '2012', 'en', 'ID30');
INSERT INTO book_bookcopies VALUES(10, '10', '2019-08-04');
INSERT INTO book_book VALUES(11, '9781491927182', 'This Is Service Design Doing', 'Applying Service Design Thinking in the Real World', 'Marc Stickdorn, Markus Edgar Hormess, Adam Lawrence, Jakob Schneider', 'O''Reilly Media, Inc.', '/static/book_cover/11.jpg', 'ID', 'Consumer Behavior', '2018', 'en', 'ID31');
INSERT INTO book_bookcopies VALUES(11, '11', '2019-08-04');
INSERT INTO book_book VALUES(12, '9781491955413', 'Designing Voice User Interfaces', 'Principles of Conversational Experiences', 'Cathy Pearl', 'O''Reilly Media, Inc.', '/static/book_cover/12.jpg', 'ID', 'Website Architecture', '2016', 'en', 'ID32');
INSERT INTO book_bookcopies VALUES(12, '12', '2019-08-04');
INSERT INTO book_book VALUES(13, '9781616891701', 'Type on screen', 'A critical guide for designers, writers, developers and students', 'Ellen Lupton', 'Princeton Architectural Press', '/static/book_cover/13.jpg', 'ID', 'Typography', '2014', 'en', 'ID33');
INSERT INTO book_bookcopies VALUES(13, '13', '2019-08-04');
INSERT INTO book_book VALUES(14, '9783868814798', 'Durch die Decke denken', 'Design Thinking in der Praxis', 'Erik Spiekermann', 'Redline Verlag', '/static/book_cover/14.jpg', 'ID', 'Self-Help', '2015', 'de', 'ID34');
INSERT INTO book_bookcopies VALUES(14, '14', '2019-08-04');
INSERT INTO book_book VALUES(15, '9781482314458', 'Mastering Aperture, Shutter Speed, ISO and Exposure', 'How They Interact and Affect Each Other', 'Al Judge', 'Createspace Independent Pub', '/static/book_cover/15.jpg', 'ID', 'Photography', '2012', 'en', 'ID36');
INSERT INTO book_bookcopies VALUES(15, '15', '2019-08-04');
INSERT INTO book_book VALUES(16, '9781607748274', 'Learning to See Creatively', 'Design, Color, and Composition in Photography', 'Bryan Peterson', 'Amphoto Books', '/static/book_cover/16.jpg', 'ID', 'Photography', '2015', 'en', 'ID37');
INSERT INTO book_bookcopies VALUES(16, '16', '2019-08-04');
INSERT INTO book_book VALUES(17, '9780596528102', 'Designing Web Navigation', '', 'James Kalbach', 'O''Reilly Media, Inc.', '/static/book_cover/17.jpg', 'ID', 'Website Architecture', '2007', 'en', 'ID39');
INSERT INTO book_bookcopies VALUES(17, '17', '2019-08-04');
INSERT INTO book_book VALUES(18, '9780123809308', 'Thoughts on Interaction Design', '', 'Jon Kolko', 'Elsevier', '/static/book_cover/18.jpg', 'ID', 'Website Architecture', '2011', 'en', 'ID40');
INSERT INTO book_bookcopies VALUES(18, '18', '2019-08-04');
INSERT INTO book_book VALUES(19, '9781856697521', 'Saul Bass', 'A Life in Film and Design', 'Jennifer Bass, Pat Kirkham', 'Laurence King Publishing', '/static/book_cover/19.jpg', 'ID', 'Film', '2016', 'en', 'ID41');
INSERT INTO book_bookcopies VALUES(19, '19', '2019-08-04');
INSERT INTO book_book VALUES(20, '9780786860708', 'The illusion of life', 'Disney animation', 'Frank Thomas, Ollie Johnston', 'Disney Editions', '/static/book_cover/20.jpg', 'ID', 'Animation', '1995', 'en', 'ID42');
INSERT INTO book_bookcopies VALUES(20, '20', '2019-08-04');
INSERT INTO book_book VALUES(21, '9788416851348', 'Playful Data', 'Graphic Design and Illustration for Infographics', 'Wang Shaoqiang', 'Promopress', '/static/book_cover/21.jpg', 'ID', 'Design', '2018', 'en', 'ID43');
INSERT INTO book_bookcopies VALUES(21, '21', '2019-08-04');
INSERT INTO book_book VALUES(22, '9781449367626', 'Designing for Behavior Change', 'Applying Psychology and Behavioral Economics', 'Stephen Wendel', 'O''Reilly Media, Inc.', '/static/book_cover/22.jpg', 'ID', 'Website Architecture', '2014', 'en', 'ID44');
INSERT INTO book_bookcopies VALUES(22, '22', '2019-08-04');
INSERT INTO book_book VALUES(23, '9780865478978', 'The Animator''s Survival Kit', 'A Manual of Methods, Principles and Formulas for Classical, Computer, Games, Stop Motion and Internet Animators', 'Richard Williams', 'Macmillan', '/static/book_cover/23.jpg', 'ID', 'Animation', '2009', 'en', 'ID45');
INSERT INTO book_bookcopies VALUES(23, '23', '2019-08-04');
INSERT INTO book_book VALUES(24, '1558606432', 'Persuasive Technology', 'Using Computers to Change What We Think and Do', 'B.J. Fogg', 'Morgan Kaufmann', '/static/book_cover/24.jpg', 'ID', 'Artificial Intelligence', '2003', 'en', 'ID46');
INSERT INTO book_bookcopies VALUES(24, '24', '2019-08-04');
INSERT INTO book_book VALUES(25, '9783874399029', 'Generative Gestaltung', 'Creative Coding in Web', 'Benedikt Groß, Hartmut Bochnacker, Julia Laub, Claudius Lazzeroni', 'Verlag Hermann Schmidt', '/static/book_cover/25.jpg', 'ID', 'Graphics Programming', '2018', 'de', 'ID47');
INSERT INTO book_bookcopies VALUES(25, '25', '2019-08-04');
INSERT INTO book_book VALUES(26, '9781616890773', 'Generative Design', 'Visualize, Program, and Create with Processing', 'Benedikt Groß, Hartmut Bochnacker, Julia Laub, Claudius Lazzeroni', 'Princeton Architectural Press', '/static/book_cover/26.jpg', 'ID', '3D', '2012', 'en', 'ID48');
INSERT INTO book_bookcopies VALUES(26, '26', '2019-08-04');
INSERT INTO book_book VALUES(27, '9781616890476', 'Designing For Social Change', 'Strategies for Community-Based Graphic Design', 'Andrew Shea', 'Princeton Architectural Press', '/static/book_cover/27.jpg', 'ID', 'Design', '2012', 'en', 'ID49');
INSERT INTO book_bookcopies VALUES(27, '27', '2019-08-04');
INSERT INTO book_book VALUES(28, '9781118582305', 'Cool Infographics', 'Effective Communication with Data Visualization and Design', 'Randy Krum', 'John Wiley & Sons', '/static/book_cover/28.jpg', 'ID', 'Design', '2014', 'en', 'ID50');
INSERT INTO book_bookcopies VALUES(28, '28', '2019-08-04');
INSERT INTO book_book VALUES(29, '9781118301302', 'You Should Test That', 'Conversion Optimization for More Leads,Sales and Profit or The Art and Science of Optimized Marketing', 'Chris Goward', 'John Wiley & Sons', '/static/book_cover/29.jpg', 'PM', 'E-Commerce', '2013', 'en', 'PM05');
INSERT INTO book_bookcopies VALUES(29, '29', '2019-08-04');
INSERT INTO book_book VALUES(30, '9781137526236', 'Marketing Strategy', 'Based on first Principles and Data Analytics', 'Robert W. Palmatier, Shrihari Sridhar', 'Macmillan Education', '/static/book_cover/30.jpg', 'PM', 'Marketing', '2017', 'en', 'PM09');
INSERT INTO book_bookcopies VALUES(30, '30', '2019-08-04');
INSERT INTO book_book VALUES(31, '9783446450523', 'Scrum mit User Stories', '', 'Ralf Wirdemann, Johannes Mainusch', 'Hanser', '/static/book_cover/31.jpg', 'PM', 'Software Engineering', '2017', 'de', 'PM10');
INSERT INTO book_bookcopies VALUES(31, '31', '2019-08-04');
INSERT INTO book_book VALUES(32, '9783424201710', 'Stressless', 'Das Abc feur mehr Gelassenheit in Job und Alltag', 'Louis Lewitan, Markus Boehler', 'Ariston', '/static/book_cover/32.jpg', 'PM', 'Stress', '2017', 'de', 'PM11');
INSERT INTO book_bookcopies VALUES(32, '32', '2019-08-04');
INSERT INTO book_book VALUES(33, '9780123848697', 'Observing The User Experience', 'A Practitioner''s Guide to User Research', 'Elizabeth Goodman, Mike Kuniavsky, Andrea Moed', 'Morgan Kaufmann', '/static/book_cover/33.jpg', 'PM', 'Website Architecture', '2012', 'en', 'PM12');
INSERT INTO book_bookcopies VALUES(33, '33', '2019-08-04');
INSERT INTO book_book VALUES(34, '9781491982273', 'Product Management in Practice', 'A Real-World Guide to the Key Connective Role of the 21st Century', 'Matt Lemay', 'O''Reilly Media', '/static/book_cover/34.jpg', 'PM', 'IT Project Management', '2018', 'en', 'PM13');
INSERT INTO book_bookcopies VALUES(34, '34', '2019-08-04');
INSERT INTO book_book VALUES(35, '9783744870788', 'Handbook for professional communication', '', 'Hans Gutbrod', 'BoD', '/static/book_cover/35.jpg', 'PM', 'Self-Help', '2017', 'en', 'PM14');
INSERT INTO book_bookcopies VALUES(35, '35', '2019-08-04');
INSERT INTO book_book VALUES(36, '9781847941107', 'Scrum', 'The art of doing twice the work in half the time', 'Jeff Sutherland', 'Random Hause Buisniess Books', '/static/book_cover/36.jpg', 'PM', 'IT Project Management', '2015', 'en', 'PM15');
INSERT INTO book_bookcopies VALUES(36, '36', '2019-08-04');
INSERT INTO book_book VALUES(37, '9780008139384', 'Creative confidence', 'Unleashing the Creative Potential within Us All', 'Tom Kelly, David Kelly', 'HarperCollins', '/static/book_cover/37.jpg', 'PM', 'Self-Help', '2015', 'en', 'PM16');
INSERT INTO book_bookcopies VALUES(37, '37', '2019-08-04');
INSERT INTO book_book VALUES(38, '9780142181775', 'Hardball for women', 'Winning at the Game of Buisniess', 'Pat Heim, Tammy Hughes, Susan K.Golant', 'Penguin Group', '/static/book_cover/38.jpg', 'PM', 'Women', '2015', 'en', 'PM17');
INSERT INTO book_bookcopies VALUES(38, '38', '2019-08-04');
INSERT INTO book_book VALUES(39, '9781633690196', 'On Emotional Intellgence', '', 'multiple authors', 'Harvard Business School Publishing Corporation', '/static/book_cover/39.jpg', 'PM', 'Motivational', '2015', 'en', 'PM18');
INSERT INTO book_bookcopies VALUES(39, '39', '2019-08-04');
INSERT INTO book_book VALUES(40, '9780241184837', 'Hooked', 'How to Bulild Habit-Forming Products', 'Nir Eyal', 'Penguin Group', '/static/book_cover/40.jpg', 'PM', 'Marketing', '2014', 'en', 'PM19');
INSERT INTO book_bookcopies VALUES(40, '40', '2019-08-04');
INSERT INTO book_book VALUES(41, '9780743226745', 'The Power of Full Engagement', 'Managing Energy, Not Time, Is the Key to High Permformance and Personal Renewal', 'Jim Loehr, Tony Schwartz', 'Simon & Schuster', '/static/book_cover/41.jpg', 'PM', 'Stress', '2005', 'en', 'PM20');
INSERT INTO book_bookcopies VALUES(41, '41', '2019-08-04');
INSERT INTO book_book VALUES(42, '9781107641426', 'The Cambridge Handbook of Consumer Psychology', '', 'Editors: Michael I. Norton, Derek D. Rucker, Cait Lamberton', 'Cambridge University Press', '/static/book_cover/42.jpg', 'PM', 'Psychology', '2016', 'en', 'PM21');
INSERT INTO book_bookcopies VALUES(42, '42', '2019-08-04');
INSERT INTO book_book VALUES(43, '335207227', 'The social Psychology of Consumer Behaviour', '', 'Richerd P. Bagozzi, Zaynerp Guerhan-Canle, Joseph R. Priester', 'Open University Press', '/static/book_cover/43.jpg', 'PM', 'Psychology', '2007', 'en', 'PM24');
INSERT INTO book_bookcopies VALUES(43, '43', '2019-08-04');
INSERT INTO book_book VALUES(44, '9780765646941', 'Consumer Psychology in a Social Media World', '', 'Claudiu V. Dimofte, Curtis ', 'Routledge', '/static/book_cover/44.jpg', 'PM', 'Psychology', '2016', 'en', 'PM25');
INSERT INTO book_bookcopies VALUES(44, '44', '2019-08-04');
INSERT INTO book_book VALUES(45, '9780061241895', 'Influence', 'The psychology of persuasion', 'Robert B. Cialdini', 'HarperCollins', '/static/book_cover/45.jpg', 'PM', 'Psychology', '2007', 'en', 'PM26');
INSERT INTO book_bookcopies VALUES(45, '45', '2019-08-04');
INSERT INTO book_book VALUES(46, '9780670921348', 'Difficult Conversations', 'How to Discuss What Matters Most', 'Douglas Stone, Bruce Patton, Sheila Heen', 'Penguin Groups', '/static/book_cover/46.jpg', 'PM', 'Communication', '2011', 'en', 'PM27');
INSERT INTO book_bookcopies VALUES(46, '46', '2019-08-04');
INSERT INTO book_book VALUES(47, '9781904838388', 'Riding the Waves of Culture', 'Understanding the Diversity in Global Business', 'Fons Trompennaars, Charles Hampden-Turner', 'Nicholas Brealey ', '/static/book_cover/47.jpg', 'PM', 'Economics', '2012', 'en', 'PM28');
INSERT INTO book_bookcopies VALUES(47, '47', '2019-08-04');
INSERT INTO book_book VALUES(48, '9781449305178', 'Running Lean', 'Itarete from Plan A . to a Plan That Works', 'Ash Maurya', 'O''Reilly Media', '/static/book_cover/48.jpg', 'PM', 'Startup', '2012', 'en', 'PM29');
INSERT INTO book_bookcopies VALUES(48, '48', '2019-08-04');
INSERT INTO book_book VALUES(49, '9780753545379', 'Hacking Growth', 'How Today''s Fastest Growing Companies Drive Breakouts Success', 'Sean Ellis, Morgan Brown', 'Penguin Random House', '/static/book_cover/49.jpg', 'PM', 'Economics', '2017', 'en', 'PM30');
INSERT INTO book_bookcopies VALUES(49, '49', '2019-08-04');
INSERT INTO book_book VALUES(50, '9783867745758', 'Digital innovation playbook', '', 'Dark hourse innovation', 'Murmann ', '/static/book_cover/50.jpg', 'PM', 'Startup', '2017', 'en', 'PM32');
INSERT INTO book_bookcopies VALUES(50, '50', '2019-08-04');
INSERT INTO book_bookcopies VALUES(51, '50', '2019-08-04');
INSERT INTO book_bookcopies VALUES(52, '50', '2019-08-04');
INSERT INTO book_bookcopies VALUES(53, '50', '2019-08-04');
INSERT INTO book_bookcopies VALUES(54, '50', '2019-08-04');
INSERT INTO book_book VALUES(51, '9781449335670', 'Lean Analystics', 'Use Data to Build a Better Startup Faster', 'Croll and Yoskovitz', 'O''Reilly Media', '/static/book_cover/51.jpg', 'PM', 'Economics', '2017', 'en', 'PM33');
INSERT INTO book_bookcopies VALUES(55, '51', '2019-08-04');
INSERT INTO book_book VALUES(52, '9781523094356', 'Leadership from the Inside out', 'Becoming a Leader for life', 'Kevin Cashman', 'Berett-Koehler ', '/static/book_cover/52.jpg', 'PM', 'Motivational', '2017', 'en', 'PM34');
INSERT INTO book_bookcopies VALUES(56, '52', '2019-08-04');
INSERT INTO book_book VALUES(53, '9781591846444', 'Start with Why', 'How great leaders inspire everyone to take action', 'Simon Sinek', 'Penguin Group', '/static/book_cover/53.jpg', 'PM', 'Entrepreneurship', '2009', 'en', 'PM35');
INSERT INTO book_bookcopies VALUES(57, '53', '2019-08-04');
INSERT INTO book_book VALUES(54, '9781847941831', 'Atomic Habits', 'An Easy and Proven Way to Build Good Habits and Break Bad Ones', 'James Clear', 'Penguin Random House ', '/static/book_cover/54.jpg', 'PM', 'Self-Help', '2018', 'en', 'PM36');
INSERT INTO book_bookcopies VALUES(58, '54', '2019-08-04');
INSERT INTO book_book VALUES(55, '9783867746113', 'Die Autobiografie: Startup-DNA', '', 'Frank Thelen', 'Murmann', '/static/book_cover/55.jpg', 'PM', 'Startup', '2018', 'de', 'PM37');
INSERT INTO book_bookcopies VALUES(59, '55', '2019-08-04');
INSERT INTO book_book VALUES(56, '9781455558896', 'Nice girls don’t get the corner office', 'Unconsius Mistakes Woman Make That Sabotage Their Carreers', 'Lois P. Frankel, PhD', 'Hachette Book Group', '/static/book_cover/56.jpg', 'PM', 'Women', '2014', 'en', 'PM38');
INSERT INTO book_bookcopies VALUES(60, '56', '2019-08-04');
INSERT INTO book_book VALUES(57, '9781786891709', 'Drive', 'The Suprising Trouth About What Motivates us', 'Daniel H. Pink', 'Canongate Books', '/static/book_cover/57.jpg', 'PM', 'Motivational', '2018', 'en', 'PM39');
INSERT INTO book_bookcopies VALUES(61, '57', '2019-08-04');
INSERT INTO book_book VALUES(58, '9781509845385', 'Radical Candor', 'How to get what you want by saying what you mean', 'Kim Scott', 'Pan Macmillan', '/static/book_cover/58.jpg', 'PM', 'Motivational', '2018', 'en', 'PM40');
INSERT INTO book_bookcopies VALUES(62, '58', '2019-08-04');
INSERT INTO book_book VALUES(59, '9781416502494', 'The 7 Habits of Highly Effective People', 'Powerful Lessons in Personal Change', 'Stephen R. Covey', 'Simon & Schuster', '/static/book_cover/59.jpg', 'PM', 'Self-Help', '2004', 'en', 'PM41');
INSERT INTO book_bookcopies VALUES(63, '59', '2019-08-04');
INSERT INTO book_book VALUES(60, '9780670922635', 'Thanks for the Feedback', 'The Science and Art of Reciving Feedback Well', 'Douglas Stone, Sheila Heen', 'Penguin Random House ', '/static/book_cover/60.jpg', 'PM', 'Self-Help', '2014', 'en', 'PM42');
INSERT INTO book_bookcopies VALUES(64, '60', '2019-08-04');
INSERT INTO book_book VALUES(61, '9781609945329', 'The Pause Principle', 'Step Back to Led Forward', 'Kevin Cashman', 'Penguin Random House ', '/static/book_cover/61.jpg', 'PM', 'Motivational', '2012', 'en', 'PM43');
INSERT INTO book_bookcopies VALUES(65, '61', '2019-08-04');
INSERT INTO book_book VALUES(62, '9780735213531', 'Brotopia', 'Breaking Up The Boy''s Club of Silicon Valley', 'Emily Chang', 'Penguin Random House ', '/static/book_cover/62.jpg', 'PM', 'Women', '2018', 'en', 'PM44');
INSERT INTO book_bookcopies VALUES(66, '62', '2019-08-04');
INSERT INTO book_book VALUES(63, '9780747529828', 'Emotional Intelligence', 'Why it can matter more than IQ', 'Daniel Goleman', 'Bloomsbury', '/static/book_cover/63.jpg', 'PM', 'Self-Help', '1996', 'en', 'PM45');
INSERT INTO book_bookcopies VALUES(67, '63', '2019-08-04');
INSERT INTO book_book VALUES(64, '9781942788393', 'Project to Product', 'How to Survive and Thrive in the Age of Digital Disruption With the Flow Framework', 'Mik Kersten', 'IT Revolution press', '/static/book_cover/64.jpg', 'PM', 'Operations', '2018', 'en', 'PM46');
INSERT INTO book_bookcopies VALUES(68, '64', '2019-08-04');
INSERT INTO book_book VALUES(65, '9780989200509', 'The Four Steps to the Epiphany', 'Successful Strategies for Products that Win', 'Steve Blank', 'K&S Ranch', '/static/book_cover/65.jpg', 'PM', 'Entrepreneurship', '2013', 'en', 'PM47');
INSERT INTO book_bookcopies VALUES(69, '65', '2019-08-04');
INSERT INTO book_book VALUES(66, '9780141033570', 'Thinking, Fast and slow', '', 'Daniel Kahneman', 'Penguin ', '/static/book_cover/66.jpg', 'PM', 'Self-Help', '2011', 'en', 'PM48');
INSERT INTO book_bookcopies VALUES(70, '66', '2019-08-04');
INSERT INTO book_book VALUES(67, '9780062356109', 'The achievement habit', 'Stop Wishing, Start Doing and Take Command of Your Life', 'Bernard Roth', 'HarperCollins', '/static/book_cover/67.jpg', 'PM', 'Motivational', '2015', 'en', 'PM49');
INSERT INTO book_bookcopies VALUES(71, '67', '2019-08-04');
INSERT INTO book_book VALUES(68, '9780262034944', 'The Distracted Mind', 'Ancient Brains in a High-Tech World', 'Adam Gazzaley, Larry D. Rosen,', 'MIT Press', '/static/book_cover/68.jpg', 'PM', 'Philosophy', '2016', 'en', 'PM50');
INSERT INTO book_bookcopies VALUES(72, '68', '2019-08-04');
INSERT INTO book_book VALUES(69, '9780071771320', 'Crucial conversations', 'Tools for Talking when Stakes Are High', 'Patterson, Grenny, McMillan, Switzler', 'McGraw-Hill', '/static/book_cover/69.jpg', 'PM', 'Communications', '2012', 'en', 'PM51');
INSERT INTO book_bookcopies VALUES(73, '69', '2019-08-04');
INSERT INTO book_book VALUES(70, '1585422231', 'In the Company of Woman', 'Indirect Agression Among Women: Why We Hurt Each Other and How to Stop', 'Pat Heim, Susan A. Murphy, Susan K. Golant', 'Penguin Group', '/static/book_cover/70.jpg', 'PM', 'Women', '2003', 'en', 'PM52');
INSERT INTO book_bookcopies VALUES(74, '70', '2019-08-04');
INSERT INTO book_book VALUES(71, '9782960133509', 'Reinventing Organizations', 'A Guide to Creating Organisations Inspired by the Next Stage of Human Consciousness ', 'Frederic Laloux', 'Nelson Parker', '/static/book_cover/71.jpg', 'PM', 'Behaviour', '2014', 'en ', 'PM53');
INSERT INTO book_bookcopies VALUES(75, '71', '2019-08-04');
INSERT INTO book_book VALUES(72, '9783430201711', 'Thank God it''s Monday', 'Wie wir die Arbeitswelt revolutionieren', 'Dark hourse innovation', 'Econ', '/static/book_cover/72.jpg', 'PM', 'Motivational', '2017', 'de', 'PM54');
INSERT INTO book_bookcopies VALUES(76, '72', '2019-08-04');
INSERT INTO book_bookcopies VALUES(77, '72', '2019-08-04');
INSERT INTO book_book VALUES(73, '9781472572585', 'Designing the invisible', 'An Intruduction to Service Design', 'Lara Penin', 'Bloomsbury Publishing', '/static/book_cover/73.jpg', 'PM', 'Service design', '2018', 'en', 'PM55');
INSERT INTO book_bookcopies VALUES(78, '73', '2019-08-04');
INSERT INTO book_book VALUES(74, '9789814346313', 'The Future of Business in Emerging Markets', 'Growth Staregies for Growth Markets', 'Nenad Pacek', 'Marshall Cavendish', '/static/book_cover/74.jpg', 'PM', 'Economics', '2012', 'en', 'PM56');
INSERT INTO book_bookcopies VALUES(79, '74', '2019-08-04');
INSERT INTO book_book VALUES(75, '-', 'Hello Future', 'Annual report 2016/17', 'Otto Group', 'Otto Group', '/static/book_cover/75.jpg', 'PM', 'Finance', '2017', 'en', 'PM57');
INSERT INTO book_bookcopies VALUES(80, '75', '2019-08-04');
INSERT INTO book_book VALUES(76, '9783658212490', 'Die Manager-schmieden', 'Studieren an privaten Hochschulen macht sich bezahlt', 'Annette Doll, Alexander P. Hansen', 'Springer', '/static/book_cover/76.jpg', 'PM', 'Studies', '2019', 'de', 'PM58');
INSERT INTO book_bookcopies VALUES(81, '76', '2019-08-04');
INSERT INTO book_book VALUES(77, '9783000560224', 'The female Fonunders Book', 'Das Buch Fuer Unternehmerische Inspiration', 'Val Racheeva, Maxi Knust', '???', '/static/book_cover/77.jpg', 'PM', 'Entrepreneurship', '2017', 'de', 'PM59');
INSERT INTO book_bookcopies VALUES(82, '77', '2019-08-04');
INSERT INTO book_book VALUES(78, '9781449331818', 'Learning JavaScript Design Patterns', 'A JavaScript and jQuery Developer''s Guide', 'Addy Osmani', 'O''Reilly Media, Inc.', '/static/book_cover/78.jpg', 'SE', 'Web Programming', '2012', 'en', 'SE02');
INSERT INTO book_bookcopies VALUES(83, '78', '2019-08-04');
INSERT INTO book_book VALUES(79, '9780735619654', 'Object Thinking', '', 'David West', 'Microsoft Press', '/static/book_cover/79.jpg', 'SE', 'Software Engineering', '2004', 'en', 'SE03');
INSERT INTO book_bookcopies VALUES(84, '79', '2019-08-04');
INSERT INTO book_book VALUES(80, '9780321503626', 'Growing Object-Oriented Software', 'Guided by Tests', 'Steve Freeman, Nat Pryce', 'Pearson Education', '/static/book_cover/80.jpg', 'SE', 'Software Engineering', '2010', 'en', 'SE04');
INSERT INTO book_bookcopies VALUES(85, '80', '2019-08-04');
INSERT INTO book_book VALUES(81, '9781593272838', 'Learn You a Haskell for Great Good!', 'A Beginner''s Guide', 'Miran Lipovaca', 'No Starch Press', '/static/book_cover/81.jpg', 'SE', 'Programming Languages', '2011', 'en', 'SE06');
INSERT INTO book_bookcopies VALUES(86, '81', '2019-08-04');
INSERT INTO book_book VALUES(82, '9780596514983', 'Real World Haskell', 'Code You Can Believe In', 'Bryan O''Sullivan, John Goerzen, Donald Bruce Stewart', 'O''Reilly Media, Inc.', '/static/book_cover/82.jpg', 'SE', 'Programming Languages', '2009', 'en', 'SE07');
INSERT INTO book_bookcopies VALUES(87, '82', '2019-08-04');
INSERT INTO book_book VALUES(83, '9781449335946', 'Parallel and Concurrent Programming in Haskell', 'Techniques for Multicore and Multithreaded Programming', 'Simon Marlow', 'O''Reilly Media, Inc.', '/static/book_cover/83.jpg', 'SE', 'Programming Languages', '2013', 'en', 'SE08');
INSERT INTO book_bookcopies VALUES(88, '83', '2019-08-04');
INSERT INTO book_book VALUES(84, '9781849511261', 'Python 3 Object Oriented Programming', 'Harness the power of Python 3 objects', 'Dusty Phillips', 'Packt Publishing Ltd', '/static/book_cover/84.jpg', 'SE', 'Programming Languages', '2010', 'en', 'SE09');
INSERT INTO book_bookcopies VALUES(89, '84', '2019-08-04');
INSERT INTO book_book VALUES(85, '9781491957660', 'Python for Data Analysis', 'Data Wrangling with Pandas, NumPy, and IPython', 'Wes McKinney', 'O''Reilly Media, Inc.', '/static/book_cover/85.jpg', 'SE', 'Programming Languages', '2018', 'en', 'SE10');
INSERT INTO book_bookcopies VALUES(90, '85', '2019-08-04');
INSERT INTO book_book VALUES(86, '9781491901427', 'Data Science from Scratch', 'First Principles with Python', 'Joel Grus', 'O''Reilly Media, Inc.', '/static/book_cover/86.jpg', 'SE', 'Data in the Enterprise', '2015', 'en', 'SE11');
INSERT INTO book_bookcopies VALUES(91, '86', '2019-08-04');
INSERT INTO book_book VALUES(87, '9781783555130', 'Python Machine Learning', 'Unlock deeper insights into machine learning with this vital guide to cutting-edge predicitive analytics', 'Sebastian Raschka', 'Packt Publishing Ltd', '/static/book_cover/87.jpg', 'SE', 'Programming Languages', '2016', 'en', 'SE12');
INSERT INTO book_bookcopies VALUES(92, '87', '2019-08-04');
INSERT INTO book_book VALUES(88, '9781491962299', 'Hands-On Machine Learning with Scikit-Learn and TensorFlow', 'Concepts, Tools, and Techniques to Build Intelligent Systems', 'Aurélien Géron', 'O''Reilly Media, Inc.', '/static/book_cover/88.jpg', 'SE', 'Programming Languages', '2017', 'en', 'SE13');
INSERT INTO book_bookcopies VALUES(93, '88', '2019-08-04');
INSERT INTO book_book VALUES(89, '9781848900660', 'The Lambda Calculus - Its Syntax and Semantics', '', 'Henk Barendregt', 'College Publications', '/static/book_cover/89.jpg', 'SE', 'Logic', '2012', 'en', 'SE14');
INSERT INTO book_bookcopies VALUES(94, '89', '2019-08-04');
INSERT INTO book_book VALUES(90, '9781449365516', 'Functional Thinking', 'Paradigm Over Syntax', 'Neal Ford', 'O''Reilly Media, Inc.', '/static/book_cover/90.jpg', 'SE', 'Design Pattern Programming', '2014', 'en', 'SE15');
INSERT INTO book_bookcopies VALUES(95, '90', '2019-08-04');
INSERT INTO book_book VALUES(91, '9780596809485', '97 Things Every Programmer Should Know', 'Collective Wisdom from the Experts', 'Kevlin Henney', 'O''Reilly Media, Inc.', '/static/book_cover/91.jpg', 'SE', 'Programming Languages', '2010', 'en', 'SE16');
INSERT INTO book_bookcopies VALUES(96, '91', '2019-08-04');
INSERT INTO book_book VALUES(92, '9780321884497', 'Database Design for Mere Mortals', 'A Hands-On Guide to Relational Database Design', 'Michael J. Hernandez', 'Addison-Wesley', '/static/book_cover/92.jpg', 'SE', 'Databases', '2013', 'en', 'SE19');
INSERT INTO book_bookcopies VALUES(97, '92', '2019-08-04');
INSERT INTO book_book VALUES(93, '9780321992475', 'SQL Queries for Mere Mortals', 'A Hands-On Guide to Data Manipulation in SQL', 'John L. Viescas, Michael J. Hernandez', 'Addison-Wesley Professional', '/static/book_cover/93.jpg', 'SE', 'Databases', '2014', 'en', 'SE20');
INSERT INTO book_bookcopies VALUES(98, '93', '2019-08-04');
INSERT INTO book_book VALUES(94, '9780596520830', 'Learning SQL', 'Master SQL Fundamentals', 'Alan Beaulieu', 'O''Reilly Media, Inc.', '/static/book_cover/94.jpg', 'SE', 'Databases', '2009', 'en', 'SE21');
INSERT INTO book_bookcopies VALUES(99, '94', '2019-08-04');
INSERT INTO book_book VALUES(95, '9781934356555', 'SQL Antipatterns', 'Avoiding the Pitfalls of Database Programming', 'Bill Karwin', 'Pragmatic Bookshelf', '/static/book_cover/95.jpg', 'SE', 'Databases', '2010', 'en', 'SE22');
INSERT INTO book_bookcopies VALUES(100, '95', '2019-08-04');
INSERT INTO book_book VALUES(96, '9781621140306', 'Data Access for Highly-Scalable Solutions', 'Using SQL, NoSQL, and Polyglot Persistence', 'Douglas McMurtry, Andrew Oakley, John Sharp, Mani Subramanian, Hanzhong Zhang', 'Microsoft patterns & practices', '/static/book_cover/96.jpg', 'SE', 'Databases', '2013', 'en', 'SE23');
INSERT INTO book_bookcopies VALUES(101, '96', '2019-08-04');
INSERT INTO book_book VALUES(97, '9781617290343', 'Big Data', 'Principles and Best Practices of Scalable Realtime Data Systems', 'Nathan Marz, James Warren', 'Manning Publications Company', '/static/book_cover/97.jpg', 'SE', 'Databases', '2015', 'en', 'SE25');
INSERT INTO book_bookcopies VALUES(102, '97', '2019-08-04');
INSERT INTO book_book VALUES(98, '9781491901632', 'Hadoop: The Definitive Guide', '', 'Tom White', 'O''Reilly Media, Inc.', '/static/book_cover/98.jpg', 'SE', 'Databases', '2015', 'en', 'SE26');
INSERT INTO book_bookcopies VALUES(103, '98', '2019-08-04');
INSERT INTO book_book VALUES(99, '9781449358624', 'Learning Spark', 'Lightning-Fast Big Data Analysis', 'Holden Karau, Andy Konwinski, Patrick Wendell, Matei Zaharia', 'O''Reilly Media, Inc.', '/static/book_cover/99.jpg', 'SE', 'Programming Languages', '2015', 'en', 'SE27');
INSERT INTO book_bookcopies VALUES(104, '99', '2019-08-04');
INSERT INTO book_book VALUES(100, '9781491972953', 'Advanced Analytics with Spark', 'Patterns for Learning from Data at Scale', 'Sandy Ryza, Uri Laserson, Sean Owen, Josh Wills', 'O''Reilly Media, Inc.', '/static/book_cover/100.jpg', 'SE', 'Programming Languages', '2017', 'en', 'SE28');
INSERT INTO book_bookcopies VALUES(105, '100', '2019-08-04');
INSERT INTO book_book VALUES(101, '9781292024479', 'Database Systems', 'The Complete Book', 'Hector Garcia-Molina, Jeffrey D Ullman, Jennifer Widom', 'Pearson Higher Ed', '/static/book_cover/101.jpg', 'SE', 'Databases', '2014', 'en', 'SE29');
INSERT INTO book_bookcopies VALUES(106, '101', '2019-08-04');
INSERT INTO book_book VALUES(102, '9783110443752', 'Datenbanksysteme', 'Eine Einführung', 'Alfons Kemper, Andre Eickler', 'De Gruyter', '/static/book_cover/102.jpg', 'SE', 'Databases', '2015', 'de', 'SE30');
INSERT INTO book_bookcopies VALUES(107, '102', '2019-08-04');
INSERT INTO book_book VALUES(103, '9781630812515', 'The Technical Foundations of IoT', '', 'Boris Adryan, Dominik Obermaier, Paul Fremantle', 'Artech House', '/static/book_cover/103.jpg', 'SE', 'Telecommunications', '2017', 'en', 'SE31');
INSERT INTO book_bookcopies VALUES(108, '103', '2019-08-04');
INSERT INTO book_book VALUES(104, '9780692739006', 'The Amazon Way on IoT', '10 Principles for Every Leader from the World''s Leading Internet of Things Strategies', 'John Rossman', 'Clyde Hill Publishing', '/static/book_cover/104.jpg', 'SE', 'E-commerce', '2016', 'en', 'SE32');
INSERT INTO book_bookcopies VALUES(109, '104', '2019-08-04');
INSERT INTO book_book VALUES(105, '9781491924839', 'Enterprise IoT', 'Strategies and Best Practices for Connected Products and Services', 'Dirk Slama, Frank Puhlmann, Jim Morrish, Rishi M Bhatnagar', 'O''Reilly Media, Inc.', '/static/book_cover/105.jpg', 'SE', 'Telecommunications', '2016', 'en', 'SE33');
INSERT INTO book_bookcopies VALUES(110, '105', '2019-08-04');
INSERT INTO book_book VALUES(106, '9781484213780', 'Raspberry Pi IoT Projects', 'Prototyping Experiments for Makers', 'John C. Shovic', 'Apress', '/static/book_cover/106.jpg', 'SE', 'Hardware', '2016', 'en', 'SE34');
INSERT INTO book_bookcopies VALUES(111, '106', '2019-08-04');
INSERT INTO book_book VALUES(107, '9781974590124', 'IoT Hackers Handbook', 'An Ultimate Guide to Hacking the Internet of Things and Learning IoT Security', 'ADITYA. GUPTA', 'Attify Inc', '/static/book_cover/107.jpg', 'SE', 'Educational Research', '2017', 'en', 'SE35');
INSERT INTO book_bookcopies VALUES(112, '107', '2019-08-04');
INSERT INTO book_book VALUES(108, '9780262529518', 'Machine Learning', 'The New AI', 'Ethem Alpaydin', 'MIT Press', '/static/book_cover/108.jpg', 'SE', 'Artificial Intelligence', '2016', 'en', 'SE37');
INSERT INTO book_bookcopies VALUES(113, '108', '2019-08-04');
INSERT INTO book_book VALUES(109, '9781787280243', 'Mastering Docker', 'Master this widely used containerization tool', 'Russ McKendrick, Scott Gallagher', 'Packt Publishing Ltd', '/static/book_cover/109.jpg', 'SE', 'Design and Architecture', '2017', 'en', 'SE41');
INSERT INTO book_bookcopies VALUES(114, '109', '2019-08-04');
INSERT INTO book_book VALUES(110, '9781787122123', 'Docker Orchestration', 'A concise, fast-paced guide to orchestrating and deploying scalable services with Docker', 'Randall Smith', 'Packt Publishing Ltd', '/static/book_cover/110.jpg', 'SE', 'Design and Architecture', '2917', 'en', 'SE42');
INSERT INTO book_bookcopies VALUES(115, '110', '2019-08-04');
INSERT INTO book_book VALUES(111, '9781787125230', 'Continuous Delivery with Docker and Jenkins', 'Delivering software at scale', 'Rafal Leszko', 'Packt Publishing Ltd', '/static/book_cover/111.jpg', 'SE', 'Parallel Processing Computers', '2017', 'en', 'SE43');
INSERT INTO book_bookcopies VALUES(116, '111', '2019-08-04');
INSERT INTO book_book VALUES(112, '9781491917572', 'Docker: Up & Running', 'Shipping Reliable Containers in Production', 'Sean P. Kane, Karl Matthias', 'O''Reilly Media', '/static/book_cover/112.jpg', 'SE', 'Parallel Processing Computers', '2015', 'en', 'SE44');
INSERT INTO book_bookcopies VALUES(117, '112', '2019-08-04');
INSERT INTO book_book VALUES(113, '9780134610610', 'Swift Programming', 'The Big Nerd Ranch Guide', 'Matthew Mathias, John Gallagher', 'Big Nerd Ranch', '/static/book_cover/113.jpg', 'SE', 'Programming Languages', '2016', 'en', 'SE45');
INSERT INTO book_bookcopies VALUES(118, '113', '2019-08-04');
INSERT INTO book_book VALUES(114, '9780134682334', 'iOS Programming', 'The Big Nerd Ranch Guide', 'Aaron Hillegass, Joe Conway', 'Big Nerd Ranch', '/static/book_cover/114.jpg', 'SE', 'Programming Languages', '2016', 'en', 'SE46');
INSERT INTO book_bookcopies VALUES(119, '114', '2019-08-04');
INSERT INTO book_book VALUES(115, '9780134706054', 'Android Programming', 'The Big Nerd Ranch Guide', 'Bill Phillips, Chris Stewart, Kristin Marsicano', 'Big Nerd Ranch', '/static/book_cover/115.jpg', 'SE', 'Programming Languages', '2017', 'en', 'SE47');
INSERT INTO book_bookcopies VALUES(120, '115', '2019-08-04');
INSERT INTO book_book VALUES(116, '9781449374433', 'Android Cookbook', 'Problems and Solutions for Android Developers', 'Ian F. Darwin', 'O''Reilly Media, Inc.', '/static/book_cover/116.jpg', 'SE', 'Programming Languages', '', 'en', 'SE48');
INSERT INTO book_bookcopies VALUES(121, '116', '2019-08-04');
INSERT INTO book_book VALUES(117, '9780134494166', 'Clean Architecture', 'A Craftsman''s Guide to Software Structure and Design', 'Robert C. Martin', 'Prentice Hall', '/static/book_cover/117.jpg', 'SE', 'Software Engineering', '2018', 'en', 'SE49');
INSERT INTO book_bookcopies VALUES(122, '117', '2019-08-04');
INSERT INTO book_book VALUES(118, '201633612', 'Design Patterns', 'Elements of Reusable Object-Oriented Software', 'Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides', 'Pearson Education', '/static/book_cover/118.jpg', 'SE', 'Design Pattern Programming', '1995', 'en', 'SE50');
INSERT INTO book_bookcopies VALUES(123, '118', '2019-08-04');
INSERT INTO book_book VALUES(119, '9781593278267', 'Serious Cryptography', 'A Practical Introduction to Modern Encryption', 'Jean-Philippe Aumasson', 'No Starch Press', '/static/book_cover/119.jpg', 'SE', 'Security', '2018', 'en', 'SE51');
INSERT INTO book_bookcopies VALUES(124, '119', '2019-08-04');
INSERT INTO book_book VALUES(120, '9783642041006', 'Understanding Cryptography', 'A Textbook for Students and Practitioners', 'Christof Paar, Jan Pelzl', 'Springer Science & Business Media', '/static/book_cover/120.jpg', 'SE', 'Security', '2010', 'en', 'SE52');
INSERT INTO book_bookcopies VALUES(125, '120', '2019-08-04');
INSERT INTO book_book VALUES(121, '9781593277505', 'Attacking Network Protocols', 'A Hacker''s Guide to Capture, Analysis, and Exploitation', 'James Forshaw', 'No Starch Press', '/static/book_cover/121.jpg', 'SE', 'Security', '2018', 'en', 'SE53');
INSERT INTO book_bookcopies VALUES(126, '121', '2019-08-04');
INSERT INTO book_book VALUES(122, '9781907117046', 'Bulletproof SSL and TLS', 'Understanding and Deploying SSL/TLS and PKI to Secure Servers and Web Applications', 'Ivan Ristic', 'Feisty Duck', '/static/book_cover/122.jpg', 'SE', 'Security', '2017', 'en', 'SE54');
INSERT INTO book_bookcopies VALUES(127, '122', '2019-08-04');
INSERT INTO book_book VALUES(123, '978150444967', 'Hash Crack - Password Cracking Manual', 'Netmux', '', 'Amazon Fulfillment', '/static/book_cover/123.jpg', 'SE', 'Security', '2016', 'en', 'SE55');
INSERT INTO book_bookcopies VALUES(128, '123', '2019-08-04');
INSERT INTO book_book VALUES(124, '9781593278229', 'Cracking Codes with Python', 'An Introduction to Building and Breaking Ciphers', 'Al Sweigart', 'No Starch Press', '/static/book_cover/124.jpg', 'SE', 'Security', '2018', 'en', 'SE57');
INSERT INTO book_bookcopies VALUES(129, '124', '2019-08-04');
INSERT INTO book_book VALUES(125, '9780128094747', 'Introduction To Data Compression', '', 'Khalid Sayood', 'Elsevier', '/static/book_cover/125.jpg', 'SE', 'Algorithmic Programming', '2018', 'en', 'SE60');
INSERT INTO book_bookcopies VALUES(130, '125', '2019-08-04');
INSERT INTO book_book VALUES(126, '9781491961537', 'Understanding Compression', 'Data Compression for Modern Developers', 'Colt McAnlis, Aleks Haecky', 'O''Reilly Media, Inc.', '/static/book_cover/126.jpg', 'SE', 'Information Theory', '2016', 'en', 'SE61');
INSERT INTO book_bookcopies VALUES(131, '126', '2019-08-04');
INSERT INTO book_book VALUES(127, '9781449319434', 'Regular Expressions Cookbook', '', 'Jan Goyvaerts, Steven Levithan', 'O''Reilly Media, Inc.', '/static/book_cover/127.jpg', 'SE', 'Web Programming', '2012', 'en', 'SE62');
INSERT INTO book_bookcopies VALUES(132, '127', '2019-08-04');
INSERT INTO book_book VALUES(128, '9780321605788', 'Agile Product Management with Scrum', 'Creating Products that Customers Love', 'Roman Pichler', 'Addison-Wesley Professional', '/static/book_cover/128.jpg', 'SE', 'Software Engineering', '2010', 'en', 'SE64');
INSERT INTO book_bookcopies VALUES(133, '128', '2019-08-04');
INSERT INTO book_book VALUES(129, '9780134291062', 'Developer Testing', 'Building Quality into Software', 'Alexander Tarlinder', 'Addison-Wesley Professional', '/static/book_cover/129.jpg', 'SE', 'Software Engineering', '2017', 'en', 'SE67');
INSERT INTO book_bookcopies VALUES(134, '129', '2019-08-04');
INSERT INTO book_book VALUES(130, '9781680500882', 'Modern Perl', '', 'Chromatic', 'Pragmatic Bookshelf', '/static/book_cover/130.jpg', 'SE', 'Design Pattern Programming', '2015', 'en', 'SE68');
INSERT INTO book_bookcopies VALUES(135, '130', '2019-08-04');
INSERT INTO book_book VALUES(131, '9780133970777', 'Fundamentals of Database Systems', '', 'Ramez Elmasri, Shamkant Navathe', 'Pearson Education', '/static/book_cover/131.jpg', 'SE', 'Databases', '2017', 'en', 'SE69');
INSERT INTO book_bookcopies VALUES(136, '131', '2019-08-04');
INSERT INTO book_book VALUES(132, '9780387848570', 'The Elements of Statistical Learning', 'Data Mining, Inference, and Prediction', 'Trevor Hastie, Robert Tibshirani, Jerome Friedman', 'Springer Science & Business Media', '/static/book_cover/132.jpg', 'SE', 'Databases', '2017', 'en', 'SE70');
INSERT INTO book_bookcopies VALUES(137, '132', '2019-08-04');
INSERT INTO book_book VALUES(133, '9781680502008', 'Programming Elixir 1.3', '', 'Dave Thomas', 'Pragmatic Bookshelf', '/static/book_cover/133.jpg', 'SE', 'Programming Languages', '2016', 'en', 'SE71');
INSERT INTO book_bookcopies VALUES(138, '133', '2019-08-04');
INSERT INTO book_book VALUES(134, '9780985930806', 'The Nature of Code', 'Simulating Natural Systems with Processing', 'Daniel Shiffman', 'Magic Book Project', '/static/book_cover/134.jpg', 'SE', 'Programming Languages', '2012', 'en', 'SE74');
INSERT INTO book_bookcopies VALUES(139, '134', '2019-08-04');
INSERT INTO book_book VALUES(135, '9783868815832', 'Smart Data', 'Datenstrategien, die Kunden wirklich wollen und Unternehmen wirklich nützen', 'Lars Luck, Bjorn Bloching, Thomas Ramge', 'Redline Verlag', '/static/book_cover/135.jpg', 'SE', 'Business Leadership', '2015', 'de', 'SE75');
INSERT INTO book_bookcopies VALUES(140, '135', '2019-08-04');
INSERT INTO book_book VALUES(136, '9781430219484', 'Coders at Work', 'Reflections on the Craft of Programming', 'Peter Seibel', 'Apress', '/static/book_cover/136.jpg', 'SE', 'Software Engineering', '2009', 'en', 'SE76');
INSERT INTO book_bookcopies VALUES(141, '136', '2019-08-04');
INSERT INTO book_book VALUES(137, '9781430224778', 'Practical Arduino', 'Cool Projects for Open Source Hardware', 'Jonathan Oxer, Hugh Blemings', 'Apress', '/static/book_cover/137.jpg', 'SE', 'Hardware', '2009', 'en', 'SE77');
INSERT INTO book_bookcopies VALUES(142, '137', '2019-08-04');
INSERT INTO book_book VALUES(138, '9781534822665', 'Get Started with ESP8266 - Programming NodeMCU Using Arduino IDE', '', 'Upskill Learning', 'Upskill Learning', '/static/book_cover/138.jpg', 'SE', 'Hardware', '2016', 'en', 'SE78');
INSERT INTO book_bookcopies VALUES(143, '138', '2019-08-04');
INSERT INTO book_book VALUES(139, '9781783982943', 'Arduino Development Cookbook', 'Over 50 hands-on recipes to quickly build and understand Arduino projects, from the simplest to the most extraordinary', 'Cornel Amariei', 'Packt Publishing Ltd', '/static/book_cover/139.jpg', 'SE', 'Hardware', '2015', 'en', 'SE79');
INSERT INTO book_bookcopies VALUES(144, '139', '2019-08-04');
INSERT INTO book_book VALUES(140, '9780321883575', 'Augmented Reality - Principles and Practice', '', 'Dieter Schmalstieg, Tobias Hollerer', 'Addison-Wesley Professional', '/static/book_cover/140.jpg', 'SE', '3D', '2016', 'en', 'SE80');
INSERT INTO book_bookcopies VALUES(145, '140', '2019-08-04');
INSERT INTO book_book VALUES(141, '9783319074573', 'Virtual, Augmented and Mixed Reality', 'Designing and Developing Virtual and Augmented Environments', 'Randall Shumaker, Lackey Stephanie', 'Springer', '/static/book_cover/141.jpg', 'SE', '3D', '2014', 'en', 'SE81');
INSERT INTO book_bookcopies VALUES(146, '141', '2019-08-04');
INSERT INTO book_book VALUES(142, '9780262528511', 'Metadata', '', 'Jeffrey Pomerantz', 'MIT Press', '/static/book_cover/142.jpg', 'SE', 'MIS', '2015', 'en', 'SE82');
INSERT INTO book_bookcopies VALUES(147, '142', '2019-08-04');
INSERT INTO book_book VALUES(143, '9783486716214', 'Mensch-Maschine-Interaktion', '', 'Andreas Butz, Antonio Krüger', 'Walter de Gruyter', '/static/book_cover/143.jpg', 'SE', 'Robotics', '2014', 'de', 'SE83');
INSERT INTO book_bookcopies VALUES(148, '143', '2019-08-04');
INSERT INTO book_book VALUES(144, '133033899', 'Designing Visual Interfaces -', 'Communication Oriented Techniques', 'Kevin Mullet', 'Prentice Hall', '/static/book_cover/144.jpg', 'SE', 'Web Design', '1995', 'en', 'SE84');
INSERT INTO book_bookcopies VALUES(149, '144', '2019-08-04');
INSERT INTO book_book VALUES(145, '9780596007126', 'Head First Design Patterns', 'A Brain-Friendly Guide', 'Eric Freeman, Elisabeth Robson, Bert Bates, Kathy Sierra', 'O''Reilly Media, Inc.', '/static/book_cover/145.jpg', 'SE', 'Web Programming', '2004', 'en', 'SE86');
INSERT INTO book_bookcopies VALUES(150, '145', '2019-08-04');
INSERT INTO book_book VALUES(146, '9781593276034', 'Python Crash Course', 'A Hands-On, Project-Based Introduction to Programming', 'Eric Matthes', 'No Starch Press', '/static/book_cover/146.jpg', 'SE', 'Programming Languages', '2016', 'en', 'SE87');
INSERT INTO book_bookcopies VALUES(151, '146', '2019-08-04');
INSERT INTO book_book VALUES(147, '9780321601919', 'Continuous Delivery', 'Reliable Software Releases through Build, Test, and Deployment Automation', 'Jez Humble, David Farley', 'Pearson Education', '/static/book_cover/147.jpg', 'SE', 'Software Engineering', '2011', 'en', 'SE88');
INSERT INTO book_bookcopies VALUES(152, '147', '2019-08-04');
INSERT INTO book_book VALUES(148, '9781617294433', 'Deep Learning with Python', '', 'Francois Chollet', 'Manning Publications, Co', '/static/book_cover/148.jpg', 'SE', 'Programming Languages', '2018', 'en', 'SE89');
INSERT INTO book_bookcopies VALUES(153, '148', '2019-08-04');
INSERT INTO book_book VALUES(149, '9781491929124', 'Site Reliability Engineering', 'How Google Runs Production Systems', 'Betsy Beyer, Chris Jones, Jennifer Petoff, Niall Richard Murphy', 'O''Reilly Media, Inc.', '/static/book_cover/149.jpg', 'SE', 'IT Project Management', '2016', 'en', 'SE90');
INSERT INTO book_bookcopies VALUES(154, '149', '2019-08-04');
INSERT INTO book_book VALUES(150, '9780321942043', 'From Mathematics to Generic Programming', '', 'Alexander A. Stepanov, Daniel E. Rose', 'Addison-Wesley Professional', '/static/book_cover/150.jpg', 'SE', 'Design Pattern Programming', '2015', 'en', 'SE91');
INSERT INTO book_bookcopies VALUES(155, '150', '2019-08-04');
INSERT INTO book_book VALUES(151, '9780262038034', 'The Deep Learning Revolution', '', 'Terrence J. Sejnowski', 'MIT Press', '/static/book_cover/151.jpg', 'SE', 'Artificial Intelligence ', '2018', 'en', 'SE92');
INSERT INTO book_bookcopies VALUES(156, '151', '2019-08-04');
INSERT INTO book_book VALUES(152, '', 'Beginner''s Guide to Exploitation on ARM Volume I', '', 'Billy Ellis', '', '/static/book_cover/152.jpg', 'SE', 'Hardware', '2017', 'en', 'SE93');
INSERT INTO book_bookcopies VALUES(157, '152', '2019-08-04');
INSERT INTO book_book VALUES(153, '', 'Beginner''s Guide to Exploitation on ARM Volume II', '', 'Billy Ellis', '', '/static/book_cover/153.jpg', 'SE', 'Hardware', '2018', 'en', 'SE94');
INSERT INTO book_bookcopies VALUES(158, '153', '2019-08-04');
INSERT INTO book_book VALUES(154, '9780134757599', 'Refactoring', 'Improving the Design of Existing Code', 'Martin Fowler, Kent Beck', 'Addison-Wesley Professional', '/static/book_cover/154.jpg', 'SE', 'Software Engineering', '2019', 'en', 'SE95');
INSERT INTO book_bookcopies VALUES(159, '154', '2019-08-04');
INSERT INTO book_book VALUES(155, '9781292153964', 'Artificial Intelligence - A Modern Approach', '', 'Stuart Russell, Peter Norvig', 'Pearson Education', '/static/book_cover/155.jpg', 'SE', 'Artificial Intelligence ', '2016', 'en', 'SE96');
INSERT INTO book_bookcopies VALUES(160, '155', '2019-08-04');
INSERT INTO book_book VALUES(156, '9780141049113', 'You Are Not a Gadget', 'A Manifesto', 'Jaron Lanier', 'Vintage', '/static/book_cover/156.jpg', 'STS', 'Technology', '2011', 'en', 'STS01');
INSERT INTO book_bookcopies VALUES(161, '156', '2019-08-04');
INSERT INTO book_book VALUES(157, '9780241957219', 'Who Owns the Future?', '', 'Jaron Lanier', 'Simon and Schuster', '/static/book_cover/157.jpg', 'STS', 'Technology', '2014', 'en', 'STS02');
INSERT INTO book_bookcopies VALUES(162, '157', '2019-08-04');
INSERT INTO book_book VALUES(158, '9781847923523', 'Dawn of The New Everything', 'A Journey Through Virtual Reality', 'Jaron Lanier', 'Random House', '/static/book_cover/158.jpg', 'STS', 'Social Science', '2017', 'en', 'STS03');
INSERT INTO book_bookcopies VALUES(163, '158', '2019-08-04');
INSERT INTO book_book VALUES(159, '9780262540674', 'What Computers Still Cannot Do', 'A Critique of Artificial Reasons', 'Hubert L. Dreyfus', 'MIT Press', '/static/book_cover/159.jpg', 'STS', 'Artificial Intelligence
', '1992', 'en', 'STS04');
INSERT INTO book_bookcopies VALUES(164, '159', '2019-08-04');
INSERT INTO book_book VALUES(160, '9780465093656', 'Alone Together', 'Why We Expect More from Technology and Less from Each Other', 'Sherry Turkle', 'Hachette UK', '/static/book_cover/160.jpg', 'STS', 'Psychology', '2017', 'en', 'STS05');
INSERT INTO book_bookcopies VALUES(165, '160', '2019-08-04');
INSERT INTO book_book VALUES(161, '9780684833484', 'Life on Screen', 'Identity in the Age of the Internet', 'Sherry Turkle', 'Simon and Schuster', '/static/book_cover/161.jpg', 'STS', 'Science', '1997', 'en', 'STS06');
INSERT INTO book_bookcopies VALUES(166, '161', '2019-08-04');
INSERT INTO book_book VALUES(162, '9780143109792', 'Reclaiming Conversation', 'The Power of Talk in a Digital Age', 'Sherry Turkle', 'Penguin', '/static/book_cover/162.jpg', 'STS', 'Social Science', '2016', 'en', 'STS07');
INSERT INTO book_bookcopies VALUES(167, '162', '2019-08-04');
INSERT INTO book_book VALUES(163, '9780262516778', 'Evocative Objects', 'Things We Think With', 'Sherry Turkle', 'MIT Press', '/static/book_cover/163.jpg', 'STS', 'Social Science', '2011', 'en', 'STS08');
INSERT INTO book_bookcopies VALUES(168, '163', '2019-08-04');
INSERT INTO book_book VALUES(164, '9780262701112', 'The Second Self', 'Computers an the Human Spirit', 'Sherry Turkle', 'MIT Press', '/static/book_cover/164.jpg', 'STS', 'Psychology', '2005', 'en', 'STS09');
INSERT INTO book_bookcopies VALUES(169, '164', '2019-08-04');
INSERT INTO book_book VALUES(165, '9780143116134', 'Remix', 'Making Art and Commerce thrive in the Hybrid Economy', 'Lawrence Lessig', 'Penguin Books', '/static/book_cover/165.jpg', 'STS', 'Economics', '2009', 'en', 'STS13');
INSERT INTO book_bookcopies VALUES(170, '165', '2019-08-04');
INSERT INTO book_book VALUES(166, '9781784784966', 'The Boy Who Could Change the World', '', 'Lawrence Lessig', 'Bookbright Media', '/static/book_cover/166.jpg', 'STS', 'Biography', '2016', 'en', 'STS14');
INSERT INTO book_bookcopies VALUES(171, '166', '2019-08-04');
INSERT INTO book_book VALUES(167, '9780062515872', 'Weaving the Web', 'The Original Design and Ultimate Destiny of The World Wide Web', 'Tim Berners-Lee', 'HarperBusiness', '/static/book_cover/167.jpg', 'STS', 'E-Commerce', '2000', 'en', 'STS15');
INSERT INTO book_bookcopies VALUES(172, '167', '2019-08-04');
INSERT INTO book_book VALUES(168, '9780596001087', 'The Cathetral & the Bazaar', 'Musings on Linux and Open Source by an Accidental Revolutionary ', 'Eric S. Raymond', 'O''Reilly Media', '/static/book_cover/168.jpg', 'STS', 'Computers', '2001', 'en', 'STS16');
INSERT INTO book_bookcopies VALUES(173, '168', '2019-08-04');
INSERT INTO book_book VALUES(169, '9780066620732', 'Just for Fun', 'The Story of an Accidental Revolutionary ', 'Linus Thorwalds', 'HarperBusiness', '/static/book_cover/169.jpg', 'STS', 'Biography', '2002', 'en', 'STS17');
INSERT INTO book_bookcopies VALUES(174, '169', '2019-08-04');
INSERT INTO book_book VALUES(170, '9781634000000', 'Islands in the Cyberstream', 'Seeking Havens of Reason in a Programmed Society', 'Joseph Weizenbaum, Gunna Wendt', 'Litwin Books', '/static/book_cover/170.jpg', 'STS', 'Social Science', '2015', 'en', 'STS19');
INSERT INTO book_bookcopies VALUES(175, '170', '2019-08-04');
INSERT INTO book_book VALUES(171, '9780306803208', 'The Human Use of Human Beings', 'Cybernetics and Society ', 'Norbert Wiener', 'Hachette UK', '/static/book_cover/171.jpg', 'STS', 'Computers', '1988', 'en', 'STS20');
INSERT INTO book_bookcopies VALUES(176, '171', '2019-08-04');
INSERT INTO book_book VALUES(172, '9780226066233', 'Holding on to Reality', 'The Nature of Information at the Turn of the Millennium', 'Albert Borgmann', 'University of Chicago Press', '/static/book_cover/172.jpg', 'STS', 'Technology', '2000', 'en', 'STS23');
INSERT INTO book_bookcopies VALUES(177, '172', '2019-08-04');
INSERT INTO book_book VALUES(173, '9780932633422', 'The Psychology of Computer Programming', '', 'Gerald M. Weinberg', 'Dorset House', '/static/book_cover/173.jpg', 'STS', 'Programming', '1998', 'en', 'STS24');
INSERT INTO book_bookcopies VALUES(178, '173', '2019-08-04');
INSERT INTO book_book VALUES(174, '9780201835953', 'The Mythical Man-Month', 'Essays on Software Engineering', 'Frederick P. Brooks Jr.', 'Pearson Education', '/static/book_cover/174.jpg', 'STS', 'IT Project Management', '1995', 'en', 'STS25');
INSERT INTO book_bookcopies VALUES(179, '174', '2019-08-04');
INSERT INTO book_book VALUES(175, '9780872203495', 'Plato Complete Works', '', 'Plato', 'Hackett Publishing', '/static/book_cover/175.jpg', 'STS', 'Philosophy', '1997', 'en', 'STS27');
INSERT INTO book_bookcopies VALUES(180, '175', '2019-08-04');
INSERT INTO book_book VALUES(176, '9780226405971', 'The Imperative of Responsibility', 'In Search for an Ethics for the Technological age', 'Hans Jonas', 'University of Chicago Press', '/static/book_cover/176.jpg', 'STS', 'Philosophy', '1985', 'en', 'STS28');
INSERT INTO book_bookcopies VALUES(181, '176', '2019-08-04');
INSERT INTO book_book VALUES(177, '9781107641143', 'Kant: Groundwork of the Metaphysics of Morals', 'A Critical Guide', 'Gregor/Timmerman/Korsgaard (transl.)', 'Cambridge University Press', '/static/book_cover/177.jpg', 'STS', 'Philosophy', '2013', 'en', 'STS31');
INSERT INTO book_bookcopies VALUES(182, '177', '2019-08-04');
INSERT INTO book_book VALUES(178, '9781107467057', 'Critique of Practical Reason', '', 'Immanuel Kant', 'Cambridge University Press', '/static/book_cover/178.jpg', 'STS', 'Philosophy', '2015', 'en', 'STS32');
INSERT INTO book_bookcopies VALUES(183, '178', '2019-08-04');
INSERT INTO book_book VALUES(179, '9780521657297', 'Critique of Pure Reason', '', 'Immanuel Kant', 'Cambridge University Press', '/static/book_cover/179.jpg', 'STS', 'Philosophy', '1999', 'en', 'STS33');
INSERT INTO book_bookcopies VALUES(184, '179', '2019-08-04');
INSERT INTO book_book VALUES(180, '9780199552467', 'Critique of Judgement', '', 'Immanuel Kant', 'Oxford University Press', '/static/book_cover/180.jpg', 'STS', 'Philosophy', '2018', 'en', 'STS34');
INSERT INTO book_bookcopies VALUES(185, '180', '2019-08-04');
INSERT INTO book_book VALUES(181, '9780521398374', 'Political Writings', '', 'Immanuel Kant', 'Cambridge University Press', '/static/book_cover/181.jpg', 'STS', 'Political Science', '1991', 'en', 'STS35');
INSERT INTO book_bookcopies VALUES(186, '181', '2019-08-04');
INSERT INTO book_book VALUES(182, '9781107086395', 'The Metaphysics of Morals', '', 'Immanuel Kant', 'Cambridge University Press', '/static/book_cover/182.jpg', 'STS', 'Philosophy', '2017', 'en', 'STS36');
INSERT INTO book_bookcopies VALUES(187, '182', '2019-08-04');
INSERT INTO book_book VALUES(183, '9781624661174', 'Nikomachean Ethics', '', 'Aristotle', 'Hackett Publishing Co', '/static/book_cover/183.jpg', 'STS', 'Philosophy', '2014', 'en', 'STS37');
INSERT INTO book_bookcopies VALUES(188, '183', '2019-08-04');
INSERT INTO book_book VALUES(184, '9780415278485', 'Being and Nothingness', '', 'Jean-PaulSartre', 'Routledge', '/static/book_cover/184.jpg', 'STS', 'Philosophy', '2003', 'en', 'STS38');
INSERT INTO book_bookcopies VALUES(189, '184', '2019-08-04');
INSERT INTO book_book VALUES(185, '97811075341193', 'Dilemmas', '', 'Gilbert Ryle', 'Cambridge University Press', '/static/book_cover/185.jpg', 'STS', 'Philosophy', '2015', 'en', 'STS39');
INSERT INTO book_bookcopies VALUES(190, '185', '2019-08-04');
INSERT INTO book_book VALUES(186, '9780674017726', 'A Theory of Justice', '', 'John Rawls', 'Harvard University Press', '/static/book_cover/186.jpg', 'STS', 'Philosophy', '2005', 'en', 'STS40');
INSERT INTO book_bookcopies VALUES(191, '186', '2019-08-04');
INSERT INTO book_book VALUES(187, '9783150083482', 'Leviathan', '', 'Thomas Hobbes', 'Cambridge University Press', '/static/book_cover/187.jpg', 'STS', 'Philosophy', '2017', 'en', 'STS41');
INSERT INTO book_bookcopies VALUES(192, '187', '2019-08-04');
INSERT INTO book_book VALUES(188, '9780465081899', 'Spheres of Justice', 'A Defense of Pularism and Equality', 'Michael Walzer', 'Basic Books', '/static/book_cover/188.jpg', 'STS', 'Philosophy', '1984', 'en', 'STS42');
INSERT INTO book_bookcopies VALUES(193, '188', '2019-08-04');
INSERT INTO book_book VALUES(189, '9780226151311', 'The Major Political Writings of Jean-Jacques Rousseau', '', 'Jean-Jacques Rousseau, John Scott', 'University of Chicago Press', '/static/book_cover/189.jpg', 'STS', 'Philosophy', '2014', 'en', 'STS43');
INSERT INTO book_bookcopies VALUES(194, '189', '2019-08-04');
INSERT INTO book_book VALUES(190, '97818847923868', 'Illuminations', 'Essays and Reflections', 'Walter Benjamin', 'Penguin Random House', '/static/book_cover/190.jpg', 'STS', 'Philosophy', '2015', 'en', 'STS44');
INSERT INTO book_bookcopies VALUES(195, '190', '2019-08-04');
INSERT INTO book_book VALUES(191, '9780415289771', 'The One-Dimensional Man', '', 'Herbert Marcuse', 'Routlege Classiccs', '/static/book_cover/191.jpg', 'STS', 'Political Science', '2002', 'en', 'STS46');
INSERT INTO book_bookcopies VALUES(196, '191', '2019-08-04');
INSERT INTO book_book VALUES(192, '9781784786793', 'Dialectics of Enlightenment', '', 'Max Horkheimer, Theodor W. Adorno, Gunzelin Noeri', 'Verso', '/static/book_cover/192.jpg', 'STS', 'Social Science', '2012', 'en', 'STS47');
INSERT INTO book_bookcopies VALUES(197, '192', '2019-08-04');
INSERT INTO book_book VALUES(193, '9781555581237', 'The Unix Philosophy', '', 'Mike Gancarz', 'Digital Press', '/static/book_cover/193.jpg', 'STS', 'Computers', '1994', 'en', 'STS48');
INSERT INTO book_bookcopies VALUES(198, '193', '2019-08-04');
INSERT INTO book_book VALUES(194, '9780521636452', 'The Gay Science', 'With a Prelude in German Rhymes and an Appendix of Songs
', 'Friedrich Nietzsche, Bernard Williams, Josefine Nauckhoff', 'Cambridge University Press', '/static/book_cover/194.jpg', 'STS', 'Philosophy', '2001', 'en', 'STS49');
INSERT INTO book_bookcopies VALUES(199, '194', '2019-08-04');
INSERT INTO book_book VALUES(195, '9780415254083', 'Tractatus Logico-Philosophicus
', '', 'Ludwig Wittgenstein', 'Routledge', '/static/book_cover/195.jpg', 'STS', 'Philosophy', '2001', 'en', 'STS51');
INSERT INTO book_bookcopies VALUES(200, '195', '2019-08-04');
INSERT INTO book_book VALUES(196, '9781405159296', 'Philosophical Investigations', '', 'Ludwig Wittgenstein', 'John Wiley & Sons', '/static/book_cover/196.jpg', 'STS', 'Philosophy', '2009', 'en', 'STS52');
INSERT INTO book_bookcopies VALUES(201, '196', '2019-08-04');
INSERT INTO book_book VALUES(197, '9780521888981', 'The Cambridge Handbook of Information and Computer Ethics', '', 'Luciano Floridi', 'Cambridge University Press', '/static/book_cover/197.jpg', 'STS', 'Philosophy', '2010 reprinted 2012', 'en', 'STS53');
INSERT INTO book_bookcopies VALUES(202, '197', '2019-08-04');
INSERT INTO book_book VALUES(198, '9780062290700', 'The Question Concerning Technology and Other Essays', '', 'Martin Heidegger', 'Harper Collins', '/static/book_cover/198.jpg', 'STS', 'Philosophy', '2013', 'en', 'STS55');
INSERT INTO book_bookcopies VALUES(203, '198', '2019-08-04');
INSERT INTO book_book VALUES(199, '9781138910591', 'Introduction to Logic', '', 'Harry J. Gensler', 'Routledge', '/static/book_cover/199.jpg', 'STS', 'Philosophy', '2016', 'en', 'STS57');
INSERT INTO book_bookcopies VALUES(204, '199', '2019-08-04');
INSERT INTO book_book VALUES(200, '9780141030623', 'Here Comes Everybody', 'How change happens when people come together', 'Clay Shirky', 'Penguin UK', '/static/book_cover/200.jpg', 'STS', 'Business & Economics', '2019', 'en', 'STS58');
INSERT INTO book_bookcopies VALUES(205, '200', '2019-08-04');
INSERT INTO book_book VALUES(201, '9780745624105', 'Liquid Modernity', '', 'Zygmunt Bauman', 'Polity Press', '/static/book_cover/201.jpg', 'STS', 'Social Science', '2012', 'en', 'STS59');
INSERT INTO book_bookcopies VALUES(206, '201', '2019-08-04');
INSERT INTO book_book VALUES(202, '9781473610255', 'The Cyber Effect', 'A Pioneering Cyberpsychologist Explains How Human Behaviour Changes Online', 'Mary Aiken', 'Hachette UK', '/static/book_cover/202.jpg', 'STS', 'Psychology', '2016', 'en', 'STS62');
INSERT INTO book_bookcopies VALUES(207, '202', '2019-08-04');
INSERT INTO book_book VALUES(203, '9781104437326', 'The Psychology of the Internet', '', 'Patricia Wallace', 'Cambridge University Press', '/static/book_cover/203.jpg', 'STS', 'Psychology', '2016', 'en', 'STS63');
INSERT INTO book_bookcopies VALUES(208, '203', '2019-08-04');
INSERT INTO book_book VALUES(204, '9781107569942', 'The Psychology of the Digital Age ', 'Humans Become Electric', 'John Suler', 'Cambridge University Press', '/static/book_cover/204.jpg', 'STS', 'Psychology', '2015', 'en', 'STS64');
INSERT INTO book_bookcopies VALUES(209, '204', '2019-08-04');
INSERT INTO book_book VALUES(205, '9781107477575', 'Cyberpsychology and the Brain', 'The Interaction of Neuroscience and Affective Computing', 'Thomas D. Parsons', 'Cambridge University Press', '/static/book_cover/205.jpg', 'STS', 'Psychology', '2017', 'en', 'STS65');
INSERT INTO book_bookcopies VALUES(210, '205', '2019-08-04');
INSERT INTO book_book VALUES(206, '9781848721661', 'Cyberpsychology and New Media', '', 'Andrew Power', 'Routledge', '/static/book_cover/206.jpg', 'STS', 'Psychology', '2013', 'en', 'STS67');
INSERT INTO book_bookcopies VALUES(211, '206', '2019-08-04');
INSERT INTO book_book VALUES(207, '9780393339758', 'The Shallows', 'What the Internet is Doing to Our Brain', 'Nick Carr', 'W. W. Norton & Company', '/static/book_cover/207.jpg', 'STS', 'IT and Society', '2011', 'en', 'STS70');
INSERT INTO book_bookcopies VALUES(212, '207', '2019-08-04');
INSERT INTO book_book VALUES(208, '9783744870788', 'Handbook for Professional Communication', '', 'Hans Gutbrod', 'Books on Demand', '/static/book_cover/208.jpg', 'STS', 'Communication', '2017', 'en', 'STS71');
INSERT INTO book_bookcopies VALUES(213, '208', '2019-08-04');
INSERT INTO book_book VALUES(209, '', 'The Emotion Machine', 'Commonsense Thinking, Artificial Intelligence, and the Future of the Human Mind', 'Marvin Minsky', '', '/static/book_cover/209.jpg', 'STS', 'Artificial Intelligence
', '', 'en', 'STS72');
INSERT INTO book_bookcopies VALUES(214, '209', '2019-08-04');
INSERT INTO book_book VALUES(210, '9783492236232', 'Vita Activa', 'oder Vom tatigen Leben', 'Hannah Arendt', 'Piper Verlag', '/static/book_cover/210.jpg', 'STS', 'Philosophy', '2016', 'de', 'STS73');
INSERT INTO book_bookcopies VALUES(215, '210', '2019-08-04');
INSERT INTO book_book VALUES(211, '9780099526278', 'Moral Clarity', 'A Guide for Grown-Up Idealists', 'Susan Neiman', 'Princeton University Press', '/static/book_cover/211.jpg', 'STS', 'Philosophy', '2011', 'en', 'STS75');
INSERT INTO book_bookcopies VALUES(216, '211', '2019-08-04');
INSERT INTO book_book VALUES(212, '9780394703909', 'The Technological Society', 'A penetrating analysis of our . technical civilization and of the effect of an increasingly standardized culture on the future of man', 'Jacques Ellul', 'Createspace Independent Publishing Platform', '/static/book_cover/212.jpg', 'STS', 'Sociology', '1964', 'en', 'STS76');
INSERT INTO book_bookcopies VALUES(217, '212', '2019-08-04');
INSERT INTO book_book VALUES(213, '9780241237199', 'Life 3.0', 'Being a human in the age of Artifical intelligence', 'Max Tegmark', 'Penguin UK', '/static/book_cover/213.jpg', 'STS', 'Artificial Intelligence
', '17', 'en', 'STS77');
INSERT INTO book_bookcopies VALUES(218, '213', '2019-08-04');
INSERT INTO book_book VALUES(214, '9780198739838', 'Superintelligence', '', 'Nick Bostrom', 'Oxford University Press (UK)', '/static/book_cover/214.jpg', 'STS', 'Artificial Intelligence
', '2016', 'en', 'STS78');
INSERT INTO book_bookcopies VALUES(219, '214', '2019-08-04');
INSERT INTO book_book VALUES(215, '9780307390998', 'The Master Switch', 'The Rise and Fall of Information Empires', 'Tim Wu', 'Vintage', '/static/book_cover/215.jpg', 'STS', 'IT and Society', '2011', 'en', 'STS80');
INSERT INTO book_bookcopies VALUES(220, '215', '2019-08-04');
INSERT INTO book_book VALUES(216, '9780715635612', 'The Singularity is Near', 'When Humans Transcend Biology', 'Ray Kurzweil', 'Gerald Duckworth', '/static/book_cover/216.jpg', 'STS', 'Artificial Intelligence
', '2006', 'en', 'STS81');
INSERT INTO book_bookcopies VALUES(221, '216', '2019-08-04');
INSERT INTO book_book VALUES(217, '9780143039884', 'Eichmann in Jerusalem', 'A report on Banality of Evil', 'Hannah Arendt, Gershom Scholem', 'Penguin Classics', '/static/book_cover/217.jpg', 'STS', 'History', '2006', 'en', 'STS82');
INSERT INTO book_bookcopies VALUES(222, '217', '2019-08-04');
INSERT INTO book_book VALUES(218, '9780871404770', 'How Language Began', 'The Story of Humanity''s Greatest Invention', 'Daniel Everett', 'Liveright Publishing', '/static/book_cover/218.jpg', 'STS', 'Linguistics', '', 'en', 'STS85');
INSERT INTO book_bookcopies VALUES(223, '218', '2019-08-04');
INSERT INTO book_book VALUES(219, '9781847651228', 'Don''t Sleep There Are Snakes', 'Life and Language in The Amazonian Jungle', 'Daniel Everett', 'Profile Books', '/static/book_cover/219.jpg', 'STS', 'Linguistics', '', 'en', 'STS86');
INSERT INTO book_bookcopies VALUES(224, '219', '2019-08-04');
INSERT INTO book_book VALUES(220, '9780262261203', 'Origins of Human Communication', '', 'Michael Tomasello', 'MIT Press', '/static/book_cover/220.jpg', 'STS', 'Linguistics', '', 'en', 'STS87');
INSERT INTO book_bookcopies VALUES(225, '220', '2019-08-04');
INSERT INTO book_book VALUES(221, '9780674986824', 'A Natural History of Human Morality', '', 'Michael Tomasello', 'Harvard University Press', '/static/book_cover/221.jpg', 'STS', 'Psychology', '', 'en', 'STS88');
INSERT INTO book_bookcopies VALUES(226, '221', '2019-08-04');
INSERT INTO book_book VALUES(222, '9780307907028', 'Language', 'The Cultural Tool', 'Daniel Everett', 'Vintage', '/static/book_cover/222.jpg', 'STS', 'Linguistics', '', 'en', 'STS89');
INSERT INTO book_bookcopies VALUES(227, '222', '2019-08-04');
INSERT INTO book_book VALUES(223, '9780300122237', 'Nudge: Improving Decisions About Health, Wealth, and Happiness', '', 'Richard Thaler,Cass Sunstein', 'Yale University Press', '/static/book_cover/223.jpg', 'STS', 'Psychology', '2008', 'en', 'STS90');
INSERT INTO book_bookcopies VALUES(228, '223', '2019-08-04');
INSERT INTO book_book VALUES(224, '9780465068784', 'The Reflective Practitioner', 'How Professionals Think in Action', 'Donald A. Schön', 'Basic Books', '/static/book_cover/224.jpg', 'STS', 'Psychology', '1984', 'en', 'STS91');
INSERT INTO book_bookcopies VALUES(229, '224', '2019-08-04');
INSERT INTO book_book VALUES(225, '9783738628494', 'Forschen lernen', 'Tipps zum wissenschaftlichen Arbeiten', 'Martin Gertler', 'Books on Demand', '/static/book_cover/225.jpg', 'STS', 'Library and Information Science', '2015', 'de', 'STS93');
INSERT INTO book_bookcopies VALUES(230, '225', '2019-08-04');
INSERT INTO book_book VALUES(226, '9780393352177', 'Data and Goliath', 'The Hidden Battles to Collect Your Data and Control Your World', 'Bruce Schneier', 'W. W. Norton & Company', '/static/book_cover/226.jpg', 'STS', 'Security', '2015', 'en', 'STS94');
INSERT INTO book_bookcopies VALUES(231, '226', '2019-08-04');
INSERT INTO book_book VALUES(227, '97839814024070', 'Jetzt Neu', 'Wie wir eine kreative(re) Gesellschaft werden', 'Thomas Ramge', 'epubli GmbH', '/static/book_cover/227.jpg', 'STS', 'Economics', '2010', 'de', 'STS96');
INSERT INTO book_bookcopies VALUES(232, '227', '2019-08-04');
INSERT INTO book_book VALUES(228, '9781376153507', 'Hind Swaraj, or, Indian Home Rule. With the Latest Foreword by the Author', '', 'Mahatma Gandhi, Anthony J. Parel', 'Creative Media Partners', '/static/book_cover/228.jpg', 'STS', 'History', '2018', 'en', 'STS97');
INSERT INTO book_bookcopies VALUES(233, '228', '2019-08-04');
INSERT INTO book_book VALUES(229, '9780670025183', 'Pathways to Possibility', 'Transforming our Relationships with Ourselves, Each other, and the World', 'Rosamund Stone Zander', 'Penguin UK', '/static/book_cover/229.jpg', 'STS', 'Self-Help', '2016', 'en', 'STS98');
INSERT INTO book_bookcopies VALUES(234, '229', '2019-08-04');
INSERT INTO book_book VALUES(230, '9780226925226', 'Excommunication', 'Three Inquiries in Media and Mediation', 'Alexander R. Galloway, Eugene Thacker, McKenzie Wark', 'University of Chicago Press', '/static/book_cover/230.jpg', 'STS', 'Communication', '2014', 'en', 'STS99');
INSERT INTO book_bookcopies VALUES(235, '230', '2019-08-04');
INSERT INTO book_book VALUES(231, '9781614277064', 'Homo Ludens', 'A Study of the Play-Element in Culture', 'Johan Huizinga', 'Roy Publishers', '/static/book_cover/231.jpg', 'STS', 'History', '2014', 'en', 'STS101');
INSERT INTO book_bookcopies VALUES(236, '231', '2019-08-04');
INSERT INTO book_book VALUES(232, '9780691160887', 'Addiction by Design', 'Machine Gambling in Las Vegas', 'Natasha Dow Schüll', 'Princeton University Press', '/static/book_cover/232.jpg', 'STS', 'Health', '2012', 'en', 'STS102');
INSERT INTO book_bookcopies VALUES(237, '232', '2019-08-04');
INSERT INTO book_book VALUES(233, '9780262037150', 'Building the Intentional University', 'Minerva and the Future of Higher Education', 'Stephen M. Kosslyn, Ben Nelson, Bob Kerrey', 'MIT Press', '/static/book_cover/233.jpg', 'STS', 'Education', '2017', 'en', 'STS103');
INSERT INTO book_bookcopies VALUES(238, '233', '2019-08-04');
INSERT INTO book_book VALUES(234, '9780385124744', 'Beyond Culture', '', 'Edward Twitchell Hall', 'Anchor', '/static/book_cover/234.jpg', 'STS', 'Social Science', '1989', 'en', 'STS104');
INSERT INTO book_bookcopies VALUES(239, '234', '2019-08-04');
INSERT INTO book_book VALUES(235, '9780062018205', 'Predictably Irrational', 'The Hidden Forces That Shape Our Decisions', 'Dan Ariely', 'Harper Collins', '/static/book_cover/235.jpg', 'STS', 'Economics', '2009', 'en', 'STS105');
INSERT INTO book_bookcopies VALUES(240, '235', '2019-08-04');
INSERT INTO book_book VALUES(236, '9781522778905', 'The Complete Privacy & Security Desk Reference', 'Volume I: Digital', 'Michael Bazzell, Justin Carroll', 'Createspace Independent Publishing Platform', '/static/book_cover/236.jpg', 'STS', 'Security', '2016', 'en', 'STS106');
INSERT INTO book_bookcopies VALUES(241, '236', '2019-08-04');
INSERT INTO book_book VALUES(237, '9781720869337', 'The Complete Privacy & Security Desk Reference', 'Volume II: Digital', 'Michael Bazzell, Justin Carroll', 'Createspace Independent Publishing Platform', '/static/book_cover/237.jpg', 'STS', 'Security', '2016', 'en', 'STS107');
INSERT INTO book_bookcopies VALUES(242, '237', '2019-08-04');
INSERT INTO book_book VALUES(238, '9780674737501', 'The Known Citizen', 'A History of Privacy in Modern America', 'Sarah E. Igo', 'Harvard University Press', '/static/book_cover/238.jpg', 'STS', 'History', '2018', 'en', 'STS108');
INSERT INTO book_bookcopies VALUES(243, '238', '2019-08-04');
INSERT INTO book_book VALUES(239, '9781847925398', 'Ten Arguments For Deleting Your Social Media Accounts Right Now', '', 'Jaron Lanier', 'Penguin Random House', '/static/book_cover/239.jpg', 'STS', 'Self-Help', '2018', 'en', 'STS109');
INSERT INTO book_bookcopies VALUES(244, '239', '2019-08-04');
INSERT INTO book_book VALUES(240, '9781409038696', 'The Power of Habit', 'Why We Do What We Do, and How to Change', 'Charles Duhigg', 'Random House', '/static/book_cover/240.jpg', 'STS', 'Self-Help', '2012', 'en', 'STS110');
INSERT INTO book_bookcopies VALUES(245, '240', '2019-08-04');
INSERT INTO book_book VALUES(241, '9781473545373', 'Homo Deus - A Brief History of Tomorrow', '', 'Yuval Noah Harari', 'Random House', '/static/book_cover/241.jpg', 'STS', 'Social Science', '2016', 'en', 'STS112');
INSERT INTO book_bookcopies VALUES(246, '241', '2019-08-04');
INSERT INTO book_book VALUES(242, '9781787330870', '21 Lessons for the 21st Century', '', 'Yuval Noah Harari', 'Random House', '/static/book_cover/242.jpg', 'STS', 'History', '2018', 'en', 'STS113');
INSERT INTO book_bookcopies VALUES(247, '242', '2019-08-04');
INSERT INTO book_book VALUES(243, '9780262527132', 'How to Write a Thesis', '', 'Umberto Eco, Caterina Mongiat Farina, Geoff Farina, Francesco Erspamer', 'MIT Press', '/static/book_cover/243.jpg', 'STS', 'Education', '2015', 'en', 'STS114');
INSERT INTO book_bookcopies VALUES(248, '243', '2019-08-04');
INSERT INTO book_book VALUES(244, '9780674035072', 'Understanding Privacy', '', 'Daniel J. Solove', 'Harvard University Press', '/static/book_cover/244.jpg', 'STS', 'Law', '2008', 'en', 'STS115');
INSERT INTO book_bookcopies VALUES(249, '244', '2019-08-04');
INSERT INTO book_book VALUES(245, '9780061339202', 'Flow - the psychology of optimal experience', '', 'Mihaly Csikszentmihalyi', 'Harper Perennial', '/static/book_cover/245.jpg', 'STS', 'Motivation', '2008', 'en', 'STS116');
INSERT INTO book_bookcopies VALUES(250, '245', '2019-08-04');
INSERT INTO book_book VALUES(246, '9780262037297', 'Lifelong Kindergarten', 'Cultivating Creativity Through Projects, Passion, Peers, and Play', 'Mitchel Resnick', 'MIT Press', '/static/book_cover/246.jpg', 'STS', 'Education', '2017', 'en', 'STS117');
INSERT INTO book_bookcopies VALUES(251, '246', '2019-08-04');
INSERT INTO book_book VALUES(247, '9780674976009', 'Privacy’s Blueprint', 'The Battle to Control the Design of New Technologies', 'Woodrow Hartzog', 'Harvard University Press', '/static/book_cover/247.jpg', 'STS', 'Computers', '2018', 'en', 'STS118');
INSERT INTO book_bookcopies VALUES(252, '247', '2019-08-04');
INSERT INTO book_book VALUES(248, '9781501147760', 'The Power of Moments', 'Why Certain Experiences Have Extraordinary Impact', 'Chip Heath, Dan Heath', 'Simon and Schuster', '/static/book_cover/248.jpg', 'STS', 'Self-Help', '2017', 'en', 'STS119');
INSERT INTO book_bookcopies VALUES(253, '248', '2019-08-04');
INSERT INTO book_book VALUES(249, '9781614275022', 'Cybernetics', 'Or Control and Communication in the Animal and the Machine', 'Norbert Wiener', 'MIT Press', '/static/book_cover/249.jpg', 'STS', 'Computers', '2013', 'en', 'STS120');
INSERT INTO book_bookcopies VALUES(254, '249', '2019-08-04');
INSERT INTO book_book VALUES(250, '9780262527125', 'Great Principles of Computing', '', 'Peter J. Denning, Craig H. Martell, Vint Cerf', 'MIT Press', '/static/book_cover/250.jpg', 'STS', 'Computers', '2015', 'en', 'STS121');
INSERT INTO book_bookcopies VALUES(255, '250', '2019-08-04');
INSERT INTO book_book VALUES(251, '9781473674981', 'Co-Active Coaching', 'The Proven Framework for Transformative Conversations at Work and in Life', 'Henry Kimsey-House, Karen Kimsey-House, Phillip Sandahl, Laura Whitworth', 'Nicholas Brealey Publishing', '/static/book_cover/251.jpg', 'STS', 'Management', '2018', 'en', 'STS122');
INSERT INTO book_bookcopies VALUES(256, '251', '2019-08-04');
INSERT INTO book_book VALUES(252, '9781857884098', 'Coaching for Performance', 'The Principles and Practice of Coaching and Leadership', 'John Whitmore', 'Nicholas Brealey Publishing', '/static/book_cover/252.jpg', 'STS', 'Management', '2017', 'en', 'STS123');
INSERT INTO book_bookcopies VALUES(257, '252', '2019-08-04');
INSERT INTO book_book VALUES(253, '9780262035682', 'The Handbook of Science and Technology Studies', '', 'Ulrike Felt, Rayvon Fouché, Clark A. Miller, Laurel Smith-Doerr', 'MIT Press', '/static/book_cover/253.jpg', 'STS', 'Science', '2017', 'en', 'STS124');
INSERT INTO book_bookcopies VALUES(258, '253', '2019-08-04');
INSERT INTO book_book VALUES(254, '9781519082206', 'A Short Introduction to Coaching Skills and the GROW Model', '', 'P. H. Davies', 'Amazon Fulfilment', '/static/book_cover/254.jpg', 'STS', 'Self-Help', '2016', 'en', 'STS125');
INSERT INTO book_bookcopies VALUES(259, '254', '2019-08-04');
INSERT INTO book_book VALUES(255, '9783658054069', 'Locating Publics', 'Forms of Social Order in an Electronic Music Scene', 'Florian Grote', 'Springer Science & Business Media', '/static/book_cover/255.jpg', 'STS', 'Social Science', '2014', 'en', 'STS126');
INSERT INTO book_bookcopies VALUES(260, '255', '2019-08-04');
INSERT INTO book_book VALUES(256, '9781492756566', 'Camera - A History of Photography from Daguerreotype to Digital', '', 'Todd Gustavson', 'Sterling Signature', '/static/book_cover/256.jpg', 'STS', 'Photography', '2009', 'en', 'STS129');
INSERT INTO book_bookcopies VALUES(261, '256', '2019-08-04');
INSERT INTO book_book VALUES(257, '9783813507836', 'Würde', 'Was uns stark macht - als Einzelne und als Gesellschaft', 'Gerald Hünter', 'Verlagsgruppe Random House', '/static/book_cover/257.jpg', 'STS', 'History', '2018', 'De', 'STS130');
INSERT INTO book_bookcopies VALUES(262, '257', '2019-08-04');
INSERT INTO book_book VALUES(258, '9783938539521', 'Kaiseki', 'Die Weisheit der japanischen Küche', 'Malte Härtig', 'Mairisch Verlag', '/static/book_cover/258.jpg', 'STS', 'Japanese Cuisine', '2018', 'de', 'STS131');
INSERT INTO book_bookcopies VALUES(263, '258', '2019-08-04');
INSERT INTO book_book VALUES(259, '9783627002398', 'Die Sechs Freiheitsgrade', '', 'Nicolas Dickner', 'Frankfurter Verlagsanstalt', '/static/book_cover/259.jpg', 'STS', 'Literature', '2017', 'de', 'STS132');
INSERT INTO book_bookcopies VALUES(264, '259', '2019-08-04');
INSERT INTO book_book VALUES(260, '9783981871135', 'Digital Fix - Fix Digital', 'Wie wir die digitale Welt von Grund auf erneuern können', 'Mattias Schrader, Volker Martens', 'Next Factory Ottensen', '/static/book_cover/260.jpg', 'STS', '3D', '2018', 'de', 'STS133');
INSERT INTO book_bookcopies VALUES(265, '260', '2019-08-04');