Last active
July 7, 2024 08:56
-
-
Save vvgsrk/8e921b8988d72fab2ac6556cd5f351a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE ROLE SYSADMIN; | |
CREATE DTABASE dp_governance; | |
CREATE SCHEMA dp_governance.tags; | |
CREATE SCHEMA dp_governance.masking_policies; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment