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.