ATUL KUMAR (LINKEDIN) The following is the syntax for creating a Temporary Table CREATE TABLE Employee (id INT, name VARCHAR(25)) INSERT INTO Employee VALUES (01, ‘Ashish’), (02, ‘Atul Kumar’) Lets move to the next question in this SQL Interview Questions.
Share with your friends: