Database Fundamentals — Question 93

This question requires that you evaluate the underlined text to determine if it is correct.
Use the ALLOW SELECT command to give a user permission to read the data in a table.
Instructions: Review the underlined text. If it makes the statement correct, select "No change is needed." If the statement is incorrect, select the answer choice that makes the statement correct

Answer options

Correct answer: B

Explanation

The correct answer is B, GRANT SELECT, as this is the proper SQL command to provide a user with permission to read data from a table. The other options do not represent valid SQL syntax for granting read access.