in reply to Using a multi-level hash in an insert statement...
I'll start you off.
- You have three hash entries, so you want three rows, which means three executions of the same SQL statement.
- How would you write the three statements out by hand?
- How do you plan on iterating through the outer hash? (each is probably a good choice)