Which permission allows a user to retrieve data from a table?

Advanced SQL Developer Easy

Advanced SQL Developer — Easy

Which permission allows a user to retrieve data from a table?

Key points

  • SELECT permission is required to retrieve data
  • WRITE and INSERT permissions are for making changes to the table
  • READ permission does not exist in SQL for data retrieval

Ready to go further?

Related questions