1.

In the following query, what does person stands for:
INSERT INTO Student
(id, fname, lname)
VALUES (1, Ajit , Gupta );

A. Multivalued attributes
B. Table name
C. Composite attributes
D. All of above
E. None of these
Answer» C. Composite attributes


Discussion

No Comment Found