What is the SQL statement needed to add a new column named employeeNumber to a table named Employees? Assume that the employeeNumber is a 7 digit integer value.
What will be an ideal response?
ALTER TABLE Employees ADD employeeNumber INT;
Computer Science & Information Technology
You might also like to view...
Which of the following would not be considered data?
A) A person's name B) A student's ID card C) An event D) An idea
Computer Science & Information Technology
A freeform path drawn on a slide is called a ________
A) motion path B) custom path C) gridline D) guide
Computer Science & Information Technology