Make Sure To Replace 'VARCHAR2' and 'NUMBER' With Appropriate Data Types Based On Your DBMS
Make Sure To Replace 'VARCHAR2' and 'NUMBER' With Appropriate Data Types Based On Your DBMS
BEGIN TRANSACTION;
VALUES
ROLLBACK;
-- 3. Add primary key constraint and not null constraint to the Employee table
-- 4. Insert null values into the Employee table and verify the result
Make sure to replace `VARCHAR2` and `NUMBER` with appropriate data types based on your DBMS.