Motivating scientists to learn how to use databases

Feb 26, 2014 • Abigail Cabunoc

Continuing with database examples for my homework: Motivating scientists to learn how to use databases.

Show support (general)**: **Learn names. Interact with learners. Have helpers around. Taking the time to talk to learners individually can help smooth over any stumbling blocks that could demotivate them.

Show the usefulness of databases: Scientists may think they’re doing perfectly fine using flat files or spreadsheets to store their data. I would spend some time at the beginning showing real examples where using a database would be much more efficient and useful.

  • Avoid data repetition
  • Can handle large data sets
  • You can query the data
  • There’s an inherent structure to the data
  • (for SQL) you can manage relationships within the data
  • And more…

Give learners an immediate use in real life: You may lose learners if you start the lesson by teaching them to query some dummy data when they don’t know how you made the database and don’t know of any databases would want to query right now.