10. Let’s assume that when you created the patient table, you only allocated 15 characters to the patient’s name. You now find that you need to allocate 20 characters. Show the SQL necessary to make the change.

 

ALTER TABLE physician

   

    MODIFY (specialty CHAR(20));