Computer Learning Tricks
Monday, May 29, 2017
How to add new column in a table in RDBMS
Syntax:
ALTER TABLE table_name
ADD column_name column-definition;
Example:
ALTER TABLE supplier
ADD supplier_name varchar(50);
No comments:
Post a Comment
Newer Post
Older Post
Home
View mobile version
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment