Multiple choice .net

Which is not a reason for using a database to store state information?

  1. The capacity to store high volumes of information

  2. The ability to use data mining techniques on the stored information

  3. The ability to use application and session variables

  4. Security from unauthorized use

  5. The power to easily query for specific information

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Databases are used for high-volume storage, data mining, security, and complex querying. Application and session variables are memory-resident objects managed by the web server's runtime environment, not the database. Using a database is an alternative to relying solely on these volatile variables for persistent state management.