Which of the following is not a function of the database?
2024
Which of the following is not a function of the database?
- A.
Storing data
- B.
Data manipulation
- C.
Data retrieval
- D.
Program compilation
- E.
None of the above
Attempted by 3188 students.
Show answer & explanation
Correct answer: D
The correct answer is D. Program compilation is the process of translating source code into executable machine code, which is performed by a compiler, not a database. Databases are designed for storing, retrieving, and manipulating data, not for compiling programs.