Question

Which of the following is used to select partial table contents?
a. SELECT <column(s)> FROM <Table name> BY <Conditions>;
b. LIST <column(s)> FROM <Table name> BY <Conditions>;
c. SELECT <column(s)> FROM <Table name> WHERE <Conditions>;
d. LIST<column(s)> FROM <Table name> WHERE <Conditions>;

Answer

This answer is hidden. It contains 1 characters.