A

Admin • 37.06K Points
Coach

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
  • Correct Answer - Option(A)
  • Views: 12
  • Filed under category MySQL

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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics