Generation

text to sql syntaxWed, 22 Mar 2023

agregar datos en campos: SurveyCount de tipo int, OverallSatisfaction de tipo varchar(max) en la tabla Periods

ALTER TABLE Periods ADD SurveyCount int, OverallSatisfaction varchar(max);

Want to kickstart your project?Use the new AI Studio to create your code