Skip to content
Snippets Groups Projects
Commit ff5dc9b3 authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

update: database

parent 98310402
No related branches found
No related tags found
No related merge requests found
File added
......@@ -47,8 +47,8 @@ INSERT INTO Data (MeasurementID, Latitude, Longitude, IceTop, IceBottom, Calcula
(1, 60.7070, 10.9771, 8.0, 3.0, 5.0, 1.0),
(1, 60.7066, 10.9772, 7.5, 2.5, 5.0, 1.0),
(1, 60.7067, 10.9773, 7.5, 2.5, 5.0, 1.0),
(1, 60.7062, 10.9772, 7.5, 2.5, 5.0, 1.0),
(1, 60.7067, 10.9773, 7.0, 2.0, 5.0, 1.0);
(1, 60.7062, 10.9774, 7.5, 2.5, 5.0, 1.0),
(1, 60.7067, 10.9775, 7.0, 2.0, 5.0, 1.0);
INSERT INTO Corner (CornerID, MeasurementID, Latitude, Longitude) VALUES
(1, 1, 60.7060, 10.9770),
......@@ -56,7 +56,6 @@ INSERT INTO Corner (CornerID, MeasurementID, Latitude, Longitude) VALUES
(3, 1, 60.7062, 10.9772),
(4, 1, 60.7063, 10.9773);
-- Measurement 2
INSERT INTO Data (MeasurementID, Latitude, Longitude, IceTop, IceBottom, CalculatedThickness, Accuracy) VALUES
(2, 60.6366, 10.8171, 7.2, 2.2, 5.0, 1.5),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment