A

Admin • 833K Points
Coach

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
  • Correct Answer - Option(C)
  • Views: 25
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.