Q. The number of attributes in the following SQL table is . . . . . . . .
CREATE TABLE employee (
emp_name CHAR(30),
emp_id INT
);

  • (A) 30
  • (B) binding
  • (C) 2
  • (D) 3
πŸ’¬ Discuss
βœ… Correct Answer: (C) 2
Explanation: This question asks about the number of attributes in a MySQL table. An attribute is like a column in the table, holding specific information about each row.
Explanation by: Vinay
This question asks about the number of attributes in a MySQL table. An attribute is like a column in the table, holding specific information about each row.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
81
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vinay
Publisher
πŸ“ˆ
81%
Success Rate