News

We can add comment to a column by two ways- at the time of table creation or by ALTER command after creating the table with the help of COMMENT attribute. At the time of table creation: CREATE TABLE ...
If renaming a temporary table, the ALTER TABLE version of the syntax must be used.. Steps: Replace <old name> and <new name> in the line above with the relevant values.Note: If the table is being ...