INDEX: SQL Tutorial

SQL NOT NULL Constraint – Free SQL Tutorials

SQL NOT NULL Constraint SQL NOT NULL Constraint are used while creating the table. By default , attributes(Column) in a table can hold NULL values. ‘NOT NULL’ enforces a column to not accpet ‘NULL’ Values. Some columns in table are important and if a database administrator never wants to see a ‘NULL’ value in the …

SQL NOT NULL Constraint – Free SQL Tutorials Read More »