easy
Single Answer
0

What is the CRUD framework used for?

Answer Options

A

Memory cleanup

B

Replacement for REST-based APIs

C

Data encoding

D

Data actions

Correct Answer: D

Explanation

The CREATE, READ, UPDATE, DELETE (CRUD) framework describes the various actions that can be performed on data via the REST-based API. Although CRUD sounds like it might clean up memory, it has nothing to do with memory cleanup. It works in conjunction with REST-based APIs as a framework for the manipulation of data. The Base64 algorithm is used for data encoding when it is needed.

crud
rest-api
data-operations