Answer to Question #25735 in C++ for Bronue-

Question #25735
Write SQL code to create a database called HumanResources that has a single table called Employee. The Employee table should have two columns, one to store the employee id, and another to store the employee’s last name.
1
Expert's answer
2013-03-11T11:13:11-0400
CREATE DATABASE 'HumanResources'
CREATE TABLE 'Employee'
('id' INT(8) NOT NULL AUTO_INCREMENT,
& 'lastName' CHAR(30) NOT NULL
& )

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS