Code Challenge 1
Using db.each(), select all the rows from a table from Flower. In the callback, check if the petal_color is ‘blue’ and console.log the row if it is.
db.each()
Flower
petal_color
console.log