A

Admin • 833K Points
Coach

Q. In the following SQL query, what does "person" stands for?

Code:
INSERT INTO person
(person_id, fname, lname)
VALUES (1,’S’,’P’);
  • (A) Composite attributes
  • (B) Multivalued attributes
  • (C) Table name
  • (D) None of the mentioned
  • Correct Answer - Option(C)
  • Views: 30
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This question is about understanding the basic structure of an SQL query. Let's break down the code:

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.