Problem
Write a function that reads delimited strings from a file with names and phone numbers and uses a database to store the names as the keys and the phone numbers as the values. Take as input the filename and the name of the person who's phone number you are looking for. How would you look up the phone number to find the name it belongs to?