SQL - Table Constraints
Consider the table products with column price DECIMAL(10,2) NOT NULL. What will be the result of this query?
INSERT INTO products (price) VALUES (NULL);
Consider the table products with column price DECIMAL(10,2) NOT NULL. What will be the result of this query?
INSERT INTO products (price) VALUES (NULL);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions