Hy Guys,
Beginning with mysql. I am not able to grasp the concept of
NULL. Check screen-shot (*declare_not_null, link*). In it when I specifically declared 'name' field to be NOT
NULL. When i run the 'desc test' table command, the table description shows default value for name field to be
NULL.Why is that so?
From
…