Computer Science, asked by mschaudhary5370, 1 year ago

Can MySQL INT type be non-zero NULL?

Answers

Answered by Anonymous
0

HELLO MATE

You can set the value to NULL. INSERT INTO table (INT_COLUMN) VALUES (NULL) is valid SQL (with INT_COLUMN being a nullable int column).

HOPE IT HELPS

Similar questions