exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 736 discussion

Actual exam question from Cisco's 200-301
Question #: 736
Topic #: 1
[All 200-301 Questions]

Which CRUD operation modifies an existing table or view?

  • A. read
  • B. update
  • C. replace
  • D. create
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
tchekdy
Highly Voted 3 years, 8 months ago
Create (SQL INSERT) : POST - Used to support the creation of a child resource, but can also modify the underlying state of a system. Read (SQL SELECT) : GET - Retrieve a representation of a resource, but with additional semantics available. Update (SQL UPDATE) : PUT - Update a resource using a full representation. Can also be used to create a resource. The full representation requirement is a large caveat, see the following. Update (again) : PATCH - Update a resource using a partial representation. Delete (SQL DELETE) : DELETE - Delete a resource. This is the best matched mapping.
upvoted 15 times
...
Nhan
Highly Voted 3 years, 8 months ago
Create, read, update and delete, there is an existing table, which it it’s already create so the crud will update it
upvoted 5 times
...
[Removed]
Most Recent 7 months, 4 weeks ago
Selected Answer: B
B is correct Create Read Update Delete.
upvoted 1 times
...
Cyberops
2 years, 5 months ago
Selected Answer: B
modifies is the keyword
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...