Use the comment statement to add to te data dictinary a comment about a table or table column,view.
To insert an explanatory remark on Employees table,you might issue the following statement.
COMMENT ON TABLE employees
IS 'Employee Information Mumbai '
/
To insert an explanatory remark on salary column of the Employees table,you might issue the...