revoke table

If you specify a database, it must be the current database. TABLE table. Specifies the table on which to revoke privileg...

revoke table

If you specify a database, it must be the current database. TABLE table. Specifies the table on which to revoke privileges. ON ALL TABLES IN SCHEMA schema. ,This form of the REVOKE statement revokes privileges on a table, view, or nickname. Invocation. This statement can be embedded in an application program or ...

相關軟體 SQL Server Management Studio 資訊

SQL Server Management Studio
Microsoft SQL Server Management Studio Express 是一個免費的集成環境,用於訪問,配置,管理,管理和開發 SQL Server 的所有組件,以及將廣泛的圖形工具和豐富的腳本編輯器組合到一起,從而為開發人員和管理員提供對 SQL Server 的訪問所有技能水平。  這個應用程序最初作為 Microsoft SQL Server 2005 的一部... SQL Server Management Studio 軟體介紹

revoke table 相關參考資料
REVOKE

REVOKE 撤銷以前賦予(別人)的權限,可以是撤銷一個或多個用戶或者一組用戶的權限。 關鍵字PUBLIC 代資料表隱含定義的擁有所有用戶的組。 請注意,任何特定 ...

http://twpug.net

REVOKE (Table) - Vertica

If you specify a database, it must be the current database. TABLE table. Specifies the table on which to revoke privileges. ON ALL TABLES IN SCHEMA schema.

https://www.vertica.com

REVOKE (table, view, or nickname privileges) statement - IBM ...

This form of the REVOKE statement revokes privileges on a table, view, or nickname. Invocation. This statement can be embedded in an application program or ...

https://www.ibm.com

REVOKE (Transact-SQL) - Microsoft Docs

... PROCEDURE、CREATE RULE、CREATE TABLE 和CREATE VIEW。 .... 授與權限會移除指定安全性實體權限的DENY 或REVOKE。Granting a ...

https://docs.microsoft.com

REVOKE - PostgreSQL 正體中文使用手冊

REVOKE 指令從一個或多個角色撤消先前授予的權限。關鍵字PUBLIC 指的是所有角色的群組。 有關權限類型的含義,請參閱GRANT 指令的說明。 請注意,任何特定 ...

https://docs.postgresql.tw

REVOKE ... ON介紹 - Oracle SQL學習筆記本

REVOKE ... ON介紹. 語法說明. 使用者或角色取消特定物件的物件權限,且可多重指定權限,若指定ALL PRIVILEGE 則全部的物件權限皆會取消; 取消對象以ON 子句 ...

http://mylinoraclesql.blogspot

REVOKE statement

Use the REVOKE statement to remove privileges from a specific user or role, or from all users, ... Select data from a table, view, or a subset of columns in a table.

https://docs.oracle.com

REVOKE statement - Apache DB

The following types of privileges can be revoked: Delete data from a specific table. Insert data into a specific table. Create a foreign key reference to the named ...

https://db.apache.org

REVOKE 物件權限(Transact-SQL) - SQL Server | Microsoft Docs

USE AdventureWorks2012; REVOKE EXECUTE ON OBJECT::HumanResources.uspUpdateEmployeeHireInfo FROM Recruiting11; GO ...

https://docs.microsoft.com

REVOKE 資料庫權限(Transact-SQL) - SQL Server | Microsoft ...

REVOKE 資料庫權限(Transact-SQL)REVOKE Database Permissions ... PROCEDURE、CREATE RULE、CREATE TABLE 和CREATE VIEW。

https://docs.microsoft.com