adplus-dvertising
frame-decoration

Question

In the following SQL command “person” stands for?
   SELECT person_id, fname, lname, Birth_date
   FROM person;

a.

Table name

b.

Attribute

c.

Multivalued attribute

d.

None of the mentioned

Posted under MySQL Database

Answer: (a).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 command “person” stands for?