Code Challenge 9
Use db.all() to find every scientist from the Scientist table whose field is 'biology' and select all columns. Log the list to the console.
db.all()
Scientist
field
'biology'