Closed rajabi-m closed 2 months ago
TIMESTAMP
VARCHAR(255)
BOOLEAN
NUMERIC(5,2)
SELECT
ALTER
duplicate key value violates unique constraint "studentpk"
NULL
null value in column "studentnumber" of relation "student" violates not-null constraint
insert or update on table "enrollment" violates foreign key constraint "studentnumberfk"
No Error
A
B
A ∪ B
TIMESTAMP
for flight timeVARCHAR(255)
for email addressBOOLEAN
for a boolean variableNUMERIC(5,2)
for statureSELECT
statements and different conditionsALTER
statementduplicate key value violates unique constraint "studentpk"
NULL
primary key. Errornull value in column "studentnumber" of relation "student" violates not-null constraint
insert or update on table "enrollment" violates foreign key constraint "studentnumberfk"
No Error
NULL
foreign key. ErrorNo Error
A
B
A ∪ B