Re: normalization with time series data
Posted by: Eus Kevin
Date: February 28, 2007 04:00AM

Mmm... how about using...

location_id → location_name
Locations = {location_id, location_name}

parameter_id → parameter_name
Parameters = {parameter_id, parameter_name}

date, time, location_id, parameter_id → value
Sample_Records = {date, time, location_id, parameter_id, value}

Options: ReplyQuote


Subject
Written By
Posted
Re: normalization with time series data
February 28, 2007 04:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.