What is the implication of the error message: "The number of row value expressions in the INSERT statement exceeds the maximum allowed number of 1000 row values"?
A) The SQL statement is missing a WHERE clause.
B) The SQL statement attempts to insert more than 1000 rows in a single INSERT operation.
C) The SQL statement contains syntax errors unrelated to row values.
D) The SQL statement does not have the required column names specified