Is DDL statement an auto commit?

1 answer

Answer

1237019

2026-04-18 16:20

+ Follow

Yes, Data Definition Language (DDL) statements, such as CREATE, ALTER, and DROP, typically result in an implicit commit in most relational database management systems. This means that once a DDL statement is executed, it is automatically committed, and the changes cannot be rolled back. Consequently, it's essential to ensure that DDL operations are performed with caution, as they can permanently alter the database schema.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.