InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThe question was asked in an internship interview.My doubt stems from Table Creation topic in chapter Using SQL to Manage Data of MySQL |
|
Answer» RIGHT choice is (a) CREATE TABLE NAME; The explanation is: None. |
|