September 11, 2025Avinash Q: What CRUD and HTTP methods correspond in REST API design? Create → POST Read/Retrieve → GET Update → PUT Delete → DELETE These map directly to common database operations Avinash