Computer Science, asked by bawinaya6578, 1 year ago

What MySQL returns if I insert invalid value into ENUM?

Answers

Answered by Anonymous
2
 \huge \mathbb{Answer}

____________✉
__________✉

▶In MySQL, you can use the = operator to test for equality in a query. The = operator can only test equality with values that are not NULL.

For example: In this example, the SELECT statement above would return all rows from the contacts table where the last_name is equal to Johnson.
Similar questions