A SELECT statement can be used to perform these three functions:<br /> 1. Choose rows from a table.<br /> 2. Choose columns from a table<br /> 3. Bring together data that is stored in different tables by creating a link between them. Which set of keywords describes these capabilities? ()<p> A SELECT statement can be used to perform these three functions:<br /> 1. Choose rows from a table.<br /> 2. Choose columns from a table<br /> 3. Bring together data that is stored in different tables by creating a link between them. Which set of keywords describes these capabilities? ()</p>
A、A. difference, projection, join
B、B. selection, projection, join
C、C. selection, intersection, join
D、D. intersection, projection, join
E、E. difference, projection, product