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...
Video clips available from the PowerPoint Clip Art task pane are animated ________ files
A) WMV B) GIF C) JPG D) MPG
Computer Science & Information Technology
How might you address the problem that a histogram depends on the number and location of the bins?
What will be an ideal response?
Computer Science & Information Technology