Q. What is the table name in the following SQL code?
INSERT INTO student VALUES('Kyle','M',NULL);

  • (A) student
  • (B) VALUES
  • (C) Kyle
  • (D) M
πŸ’¬ Discuss
βœ… Correct Answer: (A) student
Explanation: This question is about understanding the basic structure of an SQL query.
Explanation by: Ravi Shankar
This question is about understanding the basic structure of an SQL query.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
95
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ravi Shankar
Publisher
πŸ“ˆ
93%
Success Rate