Question
Create 2 tables based on the ER model shown below . Include all the constraints in the CREATE TA BLE statements. You should ha ve
Create 2 tables based on
the
ER model shown below . Include all the
constraints in the CREATE TA
BLE statements. You should ha
ve only two
create Table statem
ents and no ALTER TABLE statements.
Name all
constraints except NOT NULLs
Use
the
column datatypes and sizes as indicated in
t
he ER model
ENO
and
DNO
are used to uniquely identify rows in these tables.
Each
E
mployee
must be assigned a
Departm
ent
, and no duplicate
department
names
are allowed.
Assign
commission default value 0 .
The Salary entered should be greater than zero
If the data is given in Gender coloumn, only
M
or
F
are acceptable
values
Each table should have 5 data records in them
Create and execute the SQL statements needed to enforce the data
relationships
among
these
tables.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started