Computer Science, asked by VickyBommella537, 1 year ago

Which one is better to insert NULL or empty string in MySQL?

Answers

Answered by Anonymous
0

hey mate ur answer is

⬇⬇⬇⬇⬇⬇

Null will be better in programming

Answered by ishaharit
0

NULL means absence of value

(i.e. there is no value)

whereas,

empty string means there is a string value of zero length

so,empty string is better than NULL

Similar questions