CBSE Class 11 Informatics Practices
Question 7 of 40
Practice Paper — Question 7
Back to all questionsAnu should use MODIFY clause with ALTER TABLE command to modify the data type size for the Author column from 20 to 30 characters. The command is as follows:
ALTER TABLE Library
MODIFY Author VARCHAR(30);