While inserting records into a table, Raju finds it is not possible to give more than 20 characters
While inserting records into a table, Raju finds it is not possible to give more than 20 characters in the ‘name’ field. How can you help Raju solve this problem?
5 views
1 Answers
Using ALTER TABLE command he can modify the width of field so that it can accommodate more than 20 characters.
5 views
Answered