| Database | Table | Application | Created | Links |
| tempdb | #opid_crby_sybsystemprocs__sp_odbc_fkeys | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #opid(-- 0 Rows, Data: 0 B, Index: 0 B 2 pid int not null, 3 uid int not null, 4 name varchar(255) not null 5 ) 6
| COLUMN USAGE | |
| pid | sp_odbc_fkeys |
| uid | sp_odbc_fkeys |
| name | sp_odbc_fkeys |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_odbc_fkeys |