Pergunta de entrevista da empresa Inovalon

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

Resposta da entrevista

Sigiloso

24 de mai. de 2021

Alter Table Table_name Alter Column Column_name New_Datatype