-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit_db.sql
More file actions
14 lines (13 loc) · 1.11 KB
/
Copy pathinit_db.sql
File metadata and controls
14 lines (13 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INSERT INTO Jaegers(modelName, mark, height, weight, status, origin, launch, kaijuKill)
VALUES
('Gipsy Danger', 'Mark-3', '260', '1980', 'Destroyed', 'USA', '10.06.2017', '9'),
('Striker Eureka', 'Mark-5', '250', '1850', 'Destroyed', 'Australia', '02.11.2019', '11'),
('Cherno Alpha', 'Mark-1', '280', '2412', 'Destroyed', 'Russia', '01.01.2015', '6'),
('Coyote Tango', 'Mark-1', '280', '2312', 'intact', 'Japan', '30.12.2015', '2'),
('Tofr Nasor', 'Mark-2', '230', '1212', 'Destroyed', 'Russia', '20.12.2018', '4'),
('Fasder One', 'Mark-4', '240', '5312', 'Destroyed', 'USA', '30.08.2005', '7'),
('Mudo Fare', 'Mark-4', '170', '3412', 'intact', 'Japan', '24.06.2016', '9'),
('Danco Manko', 'Mark-3', '650', '2312', 'Destroyed', 'Russia', '14.05.2015', '2'),
('China Tana', 'Mark-2', '230', '1012', 'intact', 'Australia', '24.09.2019', '10'),
('Guchi Muchi', 'Mark-5', '280', '2112', 'Destroyed', 'Japan', '30.12.2018', '4');
-- \i C:/Users/Пользователь/Documents/startjava/src/com/startjava/lesson_5/init_db.sql