1.

What is the number of attributes in the following table?
CREATE TABLE employee (
stu_name CHAR(50),
stu_add CHAR(50),
stu_id INT
);

A. 0
B. 1
C. 2
D. 3
E. 50
Answer» E. 50


Discussion

No Comment Found

Related MCQs