rsskga / DS-Unit-3-Sprint-2-SQL-and-Databases

SQL and Databases for Data Science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DS-Unit-3-Sprint-2-SQL-and-Databases

SQL and Databases for Data Science

Testing linguist settings for Postgres

Set role for the current session to the new_role

SET ROLE new_role;

Grant role_1 permission to set its role as role_2:

GRANT role_2 TO role_1;

Set role for the current session to the new_role

SET ROLE new_role;

About

SQL and Databases for Data Science

License:MIT License


Languages

Language:Python 100.0%