πŸ“Š MySQL
Q. Identify the table name in the following SQL statement.
INSERT INTO student VALUES('Kyle','M',NULL);
  • (A) Student
  • (B) Values
  • (C) Kyle
  • (D) M
πŸ’¬ Discuss
βœ… Correct Answer: (A) Student

Explanation: This SQL statement is about adding new information into a table. The word "INSERT INTO" tells us that we are adding data. The word "VALUES" indicates the data we are adding.

Explanation by: Admin
This SQL statement is about adding new information into a table. The word "INSERT INTO" tells us that we are adding data. The word "VALUES" indicates the data we are adding.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
63
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
80%
Success Rate