Question: G Consider the SQL statement shown in the exhibit: CREATE TABLE employee ( employee _ id varchar ( 4 0 ) , employee _ name

G Consider the SQL statement shown in the exhibit:
CREATE TABLE employee
(employee_id varchar(40),
employee_name varchar(25) not null,
salary NUMBER);
This statement applies what type of constraint(s)?
Domain constraints only
Domain constraints, entity integrity constraints and referential integrity constraints
Referential integrity constraints only
Entity integrity constraints only
G Consider the SQL statement shown in the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!