CBSE BOARD XII, asked by rajesh2790317, 9 months ago

Write a command to add a NOT NULL
table.
constraint on FEES column of a student...pls answer I will mark u as brainiest...​

Answers

Answered by allaramya09
4

Answer:

To add not null constraint to an existing column in MySQL, we will use the ALTER command. This is a type of validation to restrict the user from entering null values. Let us see an example. Firstly, we will create a table.

Answered by dreamgirl27342
0

Answer:

insert into student "fees" NOT NULL;

Similar questions