-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook mockup.sql
16 lines (16 loc) · 3.63 KB
/
book mockup.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INSERT INTO books (id, created_by, created_in, updated_by, updated_in, author, launch_date, price, title) VALUES
('fb0e8d8d-d726-477c-9db1-04c5c8581f7a', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Michael C. Feathers', '2017-11-29 13:50:05.878000', 49.00, 'Working effectively with legacy code'),
('08253624-3211-4b4f-ab8b-5733b7edd737', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Ralph Johnson, Erich Gamma, John Vlissides e Richard Helm', '2017-11-29 15:15:13.636000', 45.00, 'Design Patterns'),
('b734b37d-1508-4d87-8652-b45a2adea5e5', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Robert C. Martin', '2009-01-10 00:00:00.000000', 77.00, 'Clean Code'),
('f8844e69-3001-46e6-ba79-6dfb12af6845', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Crockford', '2017-11-07 15:09:01.674000', 67.00, 'JavaScript'),
('3adcd2f2-12a3-40ad-8526-28e916e9dcc3', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Steve McConnell', '2017-11-07 15:09:01.674000', 58.00, 'Code complete'),
('5f957d0e-1932-4360-9966-6cb7f4026eae', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Martin Fowler e Kent Beck', '2017-11-07 15:09:01.674000', 88.00, 'Refactoring'),
('8b6bcf7f-672b-40ac-b594-6b716eb54166', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Eric Freeman, Elisabeth Freeman, Kathy Sierra, Bert Bates', '2017-11-07 15:09:01.674000', 110.00, 'Head First Design Patterns'),
('da174599-6c60-4c3d-a9ef-fe0582b4984b', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Eric Evans', '2017-11-07 15:09:01.674000', 92.00, 'Domain Driven Design'),
('1980eefd-1893-4ef9-9c3e-fdc3896f44e5', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Brian Goetz e Tim Peierls', '2017-11-07 15:09:01.674000', 80.00, 'Java Concurrency in Practice'),
('0219f918-23b5-479e-9bfd-7ff4fab7f083', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Susan Cain', '2017-11-07 15:09:01.674000', 123.00, 'O poder dos quietos'),
('59b469db-eb49-4e15-afe0-df8c7756b059', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Roger S. Pressman', '2017-11-07 15:09:01.674000', 56.00, 'Engenharia de Software: uma abordagem profissional'),
('276e4c6c-3374-41f7-86eb-60a299b7621d', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Viktor Mayer-Schonberger e Kenneth Kukier', '2017-11-07 15:09:01.674000', 54.00, 'Big Data: como extrair volume, variedade, velocidade e valor da avalanche de informação cotidiana'),
('385f2d0c-c0dc-4489-bd58-bcb6459f87e9', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Richard Hunter e George Westerman', '2017-11-07 15:09:01.674000', 95.00, 'O verdadeiro valor de TI'),
('e3ac0baa-a112-4cb1-ae01-98fa97e09403', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Marc J. Schiller', '2017-11-07 15:09:01.674000', 45.00, 'Os 11 segredos de líderes de TI altamente influentes'),
('8bea1605-5ee9-49a6-9983-26c1597b80c3', 'Not authorized', '2023-10-28 13:50:05.878000', 'Not authorized', '2023-10-28 13:50:05.878000', 'Aguinaldo Aragon Fernandes e Vladimir Ferraz de Abreu', '2017-11-07 15:09:01.674000', 54.00, 'Implantando a governança de TI');