An INSERT statement can insert multiple rows at once, such as when using the INSERT INTO ... SELECT syntax or multi-row insert statements. The assertion that only a single record can be inserted per execution is false, making the stored choice correct.