What are three types of data access? (Choose three.)
What are three types of data access? (Choose three.)
The three types of data access are file, block, and object. File access involves reading and writing data from/to files, block access involves reading and writing blocks of data which is useful for database storage and often faster, and object access involves data stored as objects, which includes metadata and makes management and retrieval of data more flexible.
CDE, is correct.