Kontext Copilot - An AI-powered assistant for data analytics that runs on your local computer. Learn more
Get started
Teradata SQL: Rights on a Database
insights Stats
warning Please login first to view stats information.
Raymond
Code Snippets & Tips
Code snippets and tips for various programming languages/frameworks. All code examples are under MIT or Apache 2.0 license unless specified otherwise.
Teradata Administrator tool used to have a function to show rights on a database.
You can also directly use SQL to query that instead of relying on the GUI tool.
Code snippet
select * from dbc.allrights where DatabaseName='TestDb2';
The above code snippet returns all the access rights on a database container TestDb2.
info Last modified by Raymond 3 years ago
copyright
This page is subject to Site terms.
comment Comments
No comments yet.