101k views
5 votes
What creates, reads, updates, and deletes data in a database while controlling access and security?.

1 Answer

6 votes

Answer:

API HTTP Request Methods

Step-by-step explanation:

Every endpoint will have common HTTP Request Methods but these 4 are the most common:
GET: Receives/Reads data
POST:
Creates data
PUT:
Edits/Updates data
DELETE:
Deletes data
Hope this helps you out!

User Eibersji
by
4.3k points