A
Q. What is the number of attributes in the following SQL table?
CREATE TABLE employee (
emp_name CHAR(30),
emp_id INT
);
- Correct Answer - Option(B)
- Views: 4
- Filed under category MySQL
- Hashtags:
Discusssion
Login to discuss.