About 1,320,000 results
Open links in new tab
  1. MySQL | Grant / Revoke Privileges - GeeksforGeeks

    Sep 20, 2024 · This is achieved through the GRANT statement, which allows administrators to assign specific privileges to users and ensure they can perform only the actions necessary for …

  2. SQL GRANT - SQL QUERY EXAMPLES

    SQL GRANT statement is used to grant security privileges on database objects to specific users or roles. Normally, the GRANT (SQL) statement is used by the owner of a table or view to give …

  3. MySQL GRANT Statement: Usage & Examples - DataCamp

    Learn how to use the MySQL GRANT statement to assign specific privileges to users, enhancing database security and access management. Follow best practices for efficient privilege control.

  4. MySQL GRANT - MySQL Tutorial

    To enable the user account to work with database objects, you need to grant it privileges. You use the GRANT statement to assign one or more privileges to the user account. Here’s the basic …

  5. SQL GRANT, REVOKE, Privileges and Roles

    SQL GRANT is a command used to provide access or privileges on the database objects to the users. The Syntax for the GRANT command is: privilege_name is the access right or privilege …

  6. GRANT Command in SQL - Scaler Topics

    Jul 25, 2022 · In this article, we shall learn about the grant command in SQL, which by name, suggests that it is used to grant or give some specific privileges to some users. We shall also …

  7. SQL GRANT | Assign User Permissions in SQL - 1Keydata

    Learn how SQL GRANT assigns user permissions for tables, views, and other database objects. Explore syntax and examples for managing user privileges.

  8. SQL GRANT Statement: Assigning User Permissions - CodeLucky

    Aug 28, 2024 · Learn how to use the SQL GRANT statement to assign user permissions effectively. This guide covers syntax, examples, and best practices for database management.

  9. GRANT Command in SQL | Useful Codes

    Jan 19, 2025 · By the end of this reading, you will have a solid grasp of how the GRANT command functions, its syntax, examples, and best practices for user management. The …

  10. PostgreSQL: Documentation: 18: GRANT

    May 8, 2025 · Description. The GRANT command has two basic variants: one that grants privileges on a database object (table, column, view, foreign table, sequence, database, …

Refresh