Multiple choice technology databases

In NPS, you can ALTER DATABASE while other people are accessing the same database

  1. No

  2. Yes

  3. 1

  4. 0

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

In NPS (database systems), ALTER DATABASE is a DDL operation that typically requires exclusive access to the database. Most database systems lock the database or prevent concurrent DML operations during structural changes to maintain data integrity and prevent corruption.