1.

The number of attributes in the following table is ______________.
CREATE TABLE Student (
Stu_name CHAR(30),
Stu_id INT
);

A. 30
B. 3
C. 2
D. 1
E. None of these
Answer» D. 1


Discussion

No Comment Found