| Database | Table | Application | Created | Links |
| tempdb | #odbc_tprivs_crby_sybsystemprocs__sp_odbc_gettableprivileges | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #odbc_tprivs(-- 0 Rows, Data: 0 B, Index: 0 B 2 tab_id int not null, 3 tab_name varchar(255) not null, 4 tab_owner varchar(32) null, 5 uid int not null, 6 type varchar(10) not null 7 ) 8
| COLUMN USAGE | |
| tab_id | sp_odbc_gettableprivileges |
| tab_name | sp_odbc_gettableprivileges |
| tab_owner | sp_odbc_gettableprivileges |
| uid | sp_odbc_gettableprivileges |
| type | sp_odbc_gettableprivileges |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_odbc_gettableprivileges |