-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Isn't more consistent with the captured values to have the following databases:
create table temperaturess (rDatetime datetime, sensorID text, temp numeric);
create table humidities (rDatetime datetime, sensorID text, hum numeric);
although having both with the same naming structure will work I believe for consistency of the captures values they should be named as above.
I'll see in the next lecture why they were named as in you video because this is my first time working with SQLite3 :)
Metadata
Metadata
Assignees
Labels
No labels