Home » Interview » Technology

How to Add a new column to an existing table?

Correct Answer: New column can be added using the ALTER TABLE command as shown below: Example: ALTER TABLE employee ADD DateOfBirth date

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion