HP Exam Questions

Which SQLCI command lists the contents of all rows in the table TEST?

Which SQLCI command lists the contents of all rows in the table TEST?

A.
RETRIEVE * FROM TEST;

B.
GET * FROM TEST;

C.
LIST * FROM TEST;

D.
SELECT * FROM TEST;