Create, read, update and delete: Difference between revisions

Content deleted Content added
Databases: Removed "note", per manual of style
No edit summary
Line 63:
|-
| Update
| [[Hypertext Transfer Protocol#Request methods|PUT]] to replace, [[Hypertext Transfer Protocol#Request methods|PATCH]] to modify
|-
|- <!-- PATCH should be added. In the same way where SQL UPDATE can replace all or part of a row.
PUT replaces the entire entity. PATCH replaces part of the entity.
On the other hand, if a table autogenerates the key and the INSERT doesn't have the key, then the equivalent REST is POST. -->
| Delete
| [[Hypertext Transfer Protocol#Request methods|DELETE]]