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

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
48
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Neelam Mittal
Publisher
πŸ“ˆ
95%
Success Rate