1.

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

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


Discussion

No Comment Found