Modify the datatype program in SQL

Question:

Modify the datatype

Write a query to change the type of field Ac_Available in the buses table to varchar(5)

 
Modify the datatype program in SQL

CODE:

alter table buses MODIFY Ac_Available varchar(5);

rdbms programs | rdbms programs with output | rdbms programming languages | rdbms database program

Sharing Is Caring

Leave a Comment