SQL - Table Constraints
Given the table
employees(id INT PRIMARY KEY, age INT CHECK (age >= 18)), what happens if you try to insert (1, 16)?employees(id INT PRIMARY KEY, age INT CHECK (age >= 18)), what happens if you try to insert (1, 16)?15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions