String literal will be converted to numeric Explanation: You tried to store a text literal into a numeric column. The string literal will be converted to a numeric data type, if possible. User Action: None. However, if the string literal cannot be converted to a numeric data type, an error will result.