On Mon, Apr 28, 2025 at 10:25 AM Gambhir Singh <gambhir(dot)singh05(at)gmail(dot)com>
wrote:
>
> a. DDL statement (alter table add column) will be followed by the DML
> statement (Update)....Am I correct ?
>
No. An alter command will either rewrite the table or it will not. It
will never execute DML.
David J.