MySQL NOT NULL?
Posted: Mon Nov 16, 2009 10:03 am
I have seen many people using NOT NULL when creating tables.
Example:
I just want to know the use of that NOT NULL.
Any further instructions regarding it?
Example:
Code: Select all
CREATE TABLE table_name
(
column_name data_type NOT NULL,
)Any further instructions regarding it?