Node.js & Express.js Series | Chapter 15 | Updating records in database(Adding a new property/field)

This lecture is an assignment of the previous lecture, i.e., updating records in the database.

So the assignment is:

  1. Update all the records in the user table with property verified_user to true.
  2. Remove the property phone from all the records.
  3. Update email and address of the user whose name is “Harry Jones”.

Take some time for the assignment and come back to check after you are done…