Question: You should use the http method `___` to read data and `___` to update or create data

  1. READ; WRITE
  2. GET; POST
  3. POST; GET
  4. GET; PATCH

Answer: The correct answer of the above question is Option B:GET; POST