This Short is About SQL Class Not Null in Integrity Constraints Day #16 (SQL series) in Telugu for SQL Developers, Data Analyst and Business Analyst. By Srinivas Reddy Excel Telugu Videos
Primary Key:
--Its a combination of NOT NULL and Unique Key
CREATE TABLE EMP3(EID INT Primary Key, ENAME VARCHAR(20), ESAL INT);
INSERT INTO EMP3 VALUES(101,'SRINIVAS',22000);
INSERT INTO EMP3 VALUES(102,'ANIL',32000);
INSERT INTO EMP3 VALUES(NULL,'ANIL',32000); //Invalid
INSERT INTO EMP3 VALUES(103,'ANIL',32000);
INSERT INTO EMP3 VALUES(103,'KISHORE',25000); //Invalid
SP_HELP EMP1
#sqltelugu #excel #shorts #telugu #excelteluguvideos #mysql #sqltelugu
Please Follow us on Instagram: / excelteluguvideos
Telegram: https://t.me/EXCELTELUGUVIDEOS