CCNA: Cisco Certified Network Associate — Question 408

Which CRUD operation corresponds to the HTTP GET method?

Answer options

Correct answer: B

Explanation

The HTTP GET method is used to retrieve data from a server, which corresponds to the 'read' operation in CRUD. The other options—create, delete, and update—represent different actions that do not align with the function of the GET method.