πŸ“Š MySQL
Q. 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
πŸ’¬ Discuss
βœ… Correct Answer: (A) Table name

Explanation: This SQL command is used to fetch data from a table. The command is asking to select specific columns: person_id, fname, lname, and Birth_date.

Explanation by: Ritu Nagar
This SQL command is used to fetch data from a table. The command is asking to select specific columns: person_id, fname, lname, and Birth_date.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
73
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ritu Nagar
Publisher
πŸ“ˆ
82%
Success Rate