Mafiree interview question

How to Create SQL Table

Interview Answer

Anonymous

18 June 2023

CREATE TABLE table_name ( column1 datatype, column2 datatype, column3 datatype, );