NOT NULL:
NOT NULL constraint makes sure that a column does not hold NULL
value. When we don’t provide value for a particular column while
inserting a record into a table, it takes NULL value by default. By
specifying NULL constraint, we can be sure that a particular col...
See more
Download the Study24x7 App, so you can connect and collaborate.