Specify the columns in an INSERT statement to guarantee that the code won't stop working when a new column is added.

Noncompliant Code Example

insert into tab values (1);