πŸ“Š MySQL
Q. What does 'name' represent in the following SQL code snippet?
CREATE TABLE student
(
name CHAR(30),
roll_num INT,
address CHAR(30),
phone CHAR(12)
);
  • (A) A table
  • (B) A row
  • (C) A column
  • (D) An object
πŸ’¬ Discuss
βœ… Correct Answer: (C) A column

Explanation: This SQL code snippet creates a table called "student".

Explanation by: Bhagwan Das
This SQL code snippet creates a table called "student".

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
57
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Bhagwan Das
Publisher
πŸ“ˆ
95%
Success Rate