Ask Your Question
3

What is the meaning of True, False, and Null in SQL?

asked 2023-06-28 20:36:51 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-28 20:53:02 +0000

pufferfish gravatar image

True and False are boolean values in SQL, representing logical values of "true" and "false", respectively. Null is a special value that represents the absence of a value. It is used when a value is not known or not applicable, and is distinct from zero or an empty string. It is often used to indicate missing or unknown data.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-28 20:36:51 +0000

Seen: 8 times

Last updated: Jun 28 '23