Inovalon Interview Question

How would you change the data type of a table column in SQL database without creating any new column in the table?

Interview Answer

Anonymous

May 24, 2021

Alter Table Table_name Alter Column Column_name New_Datatype