SQL Constraint: NOT NULL

Veröffentlicht am: 04 September 2020
auf dem Kanal: Study Desk of Anand
70
20

SQL Constraint: NOT NULL
In this video we will see below topics -
Constraints are used to specify the rules for the data.
It ensures the data accuracy.
Limit the type of data that inserted into a table.
If there is any violation between constraints, then the action is aborted

NOT NULL - Ensures that a column cannot have a NULL value.
Syntax:
CREATE TABLE tbl_name (
column1 data_type NOT NULL,
... );
OR
ALTER TABLE tbl_name
ALTER COLUMN column1 data_type NOT NULL

Connect me on Instagram for any queries -
  / thisisanandyadav  


Auf dieser Seite können Sie das Online-Video SQL Constraint: NOT NULL mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Study Desk of Anand 04 September 2020 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 70 Mal angesehen und es wurde von 20 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!