A

Admin • 802.91K Points
Coach

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

  • (A) 1
  • (B) 2
  • (C) 3
  • (D) 30
  • Correct Answer - Option(B)
  • Views: 4
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
This question is about understanding the structure of a table in a database. The code you see defines a table called "employee" with two columns:

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.