Q:

(Populate Salary table) Create a table named Salary as follows:

0

(Populate Salary table) Create a table named Salary as follows:

create table Salary(
 firstName varchar(100),
 lastName varchar(100),
 rank varchar(15),
 salary float);

ain the data for salary from http://cs.armstrong.edu/liang/data/Salary.txt and populate it into the Salary table in the database.

All Answers

total answers (0)

Similar questions


need a help?


find thousands of online teachers now