Importing data into related tables
I have a csv file with data for three related tables and want to import it but am not sure best to go about it.
Curriculum -< Course
Course -< Lesson
Lesson -< Resource
Do I import them all at once or once each for each table?