Computer Science, asked by mananmehta6444, 11 months ago

Insert NULL value into INT column in MySQL?

Answers

Answered by PiyushSinghRajput1
2

NULL is always the preferred way in SQL to indicate that a data value is unspecified or nonexistent for any reason. The SQL zero-length string (empty string) is specified by two single quote characters. The empty string ('') is not the same thing as NULL.

Answered by SanwiG
0

Answer:

it is always the preferred way to insert annual value into identity column in my SQL

Similar questions