I know it's simple statement and most of the people known this query, but some times we forgot the syntax so that I got a thought why should not post this? ... :) :)
Syntax:
ALTER TABLE <Table Name> ADD <Column Name> <Data Type>
Example
ALTER TABLE Emp2 ADD E_Addres INT
Please See below Screenshot
Thanks!..
ReplyDelete