COMMENT ON TABLE "${owner}"."${tableName}" IS ${commentLiteral} COMMENT ON COLUMN "${owner}"."${tableName}"."${columnName}" IS ${commentLiteral} ALTER TABLE "${owner}"."${tableName}" ANNOTATIONS (DROP "${annotationName}") ALTER TABLE "${owner}"."${tableName}" ANNOTATIONS (ADD "${annotationName}" ${annotationValueLiteral}) ALTER TABLE "${owner}"."${tableName}" MODIFY "${columnName}" ANNOTATIONS (DROP "${annotationName}") ALTER TABLE "${owner}"."${tableName}" MODIFY "${columnName}" ANNOTATIONS (ADD "${annotationName}" ${annotationValueLiteral})