answersLogoWhite

0


Best Answer

MODIFY is a clause used within an ALTER statement, such as ALTER TABLE, ALTER INDEX or ALTER MATERIALIZED VIEW, etc. That is, MODIFY isn't a command by itself.

For example, you might change the length of a text column in a table with the following:

ALTER TABLE employee MODIFY (email_address VARCHAR(132));

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is difference between alter and modify on oracle?
Write your answer...
Submit
Still have questions?
magnify glass
imp