• Post author:
  • Post category:Blog
  • Reading time:1 mins read
  • Post last modified:June 12, 2024

Which two HTTP functions correspond to the UPDATE function in CRUD? (Choose two.)

  • POST
  • DELETE
  • PATCH
  • PUT
  • GET
    Answers Explanation & Hints:

    CRUD is an acronym that stands for CREATE, READ, UPDATE, and DELETE. The HTTP functions that correspond to CRUD functions are as follows:
    GET -> READ
    POST -> CREATE
    PUT/PATCH -> UPDATE
    DELETE -> DELETE

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments