Code has been added to clipboard!

Creating SQL Table

Example
CREATE TABLE mytable (
    column1 datatype,
    column2 datatype,
    column3 datatype,
   ....
);