Which among the following is the correct syntax for creating table?
(a) CREATE TABLE name;
(b) CREATE name;
(c) CREATE TABLE
(d) All of the mentioned
The question was asked in an internship interview.
My doubt stems from Table Creation topic in chapter Using SQL to Manage Data of MySQL