66) Write a query to change the data type from varchar2(20) to varchar2(30) and also add a not null constraint for the column branch_location in the branch table.


 

Comments