Which command should you use to give a user permission to read the data in a table?
Which command should you use to give a user permission to read the data in a table?
The correct command to give a user permission to read the data in a table is 'GRANT SELECT'. This is a common SQL command used to assign the SELECT privilege to a user, allowing them to read (select) data from the specified table.
D) GRANT SELECT
https://www.examtopics.com/exams/microsoft/98-364/view/3/#