adplus-dvertising
frame-decoration

Question

In the following SQL query, what does “person” stands for?
   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

Answer: (c).Table name

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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