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
‹
›
Home
View web version
No comments:
Post a Comment