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

update: schema and query

parent 43c11214
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -36,16 +36,15 @@ INSERT INTO Measurement (MeasurementID, SensorID, TimeMeasured) VALUES
-- Measurement 1
INSERT INTO Data (MeasurementID, Latitude, Longitude, IceTop, IceBottom, CalculatedThickness, Accuracy) VALUES
(1, 60.7066, 10.9771, 8.0, 3.0, 5.0, 1.0),
(1, 60.7066, 10.9771, 7.5, 2.5, 5.0, 1.0),
(1, 60.7066, 10.9771, 7.0, 2.0, 5.0, 1.0);
(1, 60.7066, 10.9772, 7.5, 2.5, 5.0, 1.0),
(1, 60.7067, 10.9773, 7.0, 2.0, 5.0, 1.0);
-- 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),
(2, 60.6366, 10.8171, 7.0, 2.0, 5.0, 1.5);
(2, 60.6367, 10.8172, 7.0, 2.0, 5.0, 1.5);
-- Measurement 3
INSERT INTO Data (MeasurementID, Latitude, Longitude, IceTop, IceBottom, CalculatedThickness, Accuracy) VALUES
(3, 60.7366, 10.8471, 7.5, 2.5, 5.0, 2.5),
(3, 60.7366, 10.8471, 7.0, 2.0, 5.0, 2.5);
(3, 60.7367, 10.8472, 7.0, 2.0, 5.0, 2.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