DEFAULT:
The DEFAULT constraint provides a default value to a column when
there is no value provided while inserting a record into a table.
CREATE TABLE STUDENT(
ROLL_NO INT NOT NULL,
STU_NAME VARCHAR (35) NOT NULL,
STU_AGE INT NOT NULL,
EXAM_FEE...
See more
Download the Study24x7 App, so you can connect and collaborate.