Logical DB Design: ER to Relational
Entity sets to tables.
CREATE TABLE Employees
(ssn CHAR(11),
name CHAR(20),
lot INTEGER,
PRIMARY KEY (ssn))
Previous slide
Next slide
Back to first slide
View graphic version