I have a table of data in excel that looks like this:
I need to get this data imported into an SQL table.
Eventually I need to be able to query the table by saying something like:
Select the value where x-axis equals 762 and y-axis equals 889 - this should return 30.60.
What is the best way to represent this data in an SQL table to make it easy to query?