What will happen if the following SQL command is executed, i…
What will happen if the following SQL command is executed, if the age column has a CHECK constraint enforcing positive values? INSERT INTO Users (username, age, country_code) VALUES (‘alice756’, -1 , ‘US’);