Which of the following is not a function of the database?

 a) Managing stored data
b) Manipulating data
c) Security for stored data
d) Analysing code

Databases are designed to handle data, not code. They excel at:

  • Storing: Keeping information organized and readily available.
  • Managing: Allowing efficient access, retrieval, and modification of data.
  • Securing: Protecting sensitive information through access control and encryption.

Analyzing code, on the other hand, is typically done by specialized software tools or programming languages.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top