| Database | Table | Application | Created | Links |
| tempdb | #tempkey_crby_sybsystemprocs__sp_ijdbc_primarykey | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #tempkey(-- 0 Rows, Data: 0 B, Index: 0 B 2 id int not null, 3 uid int not null, 4 indid smallint not null, 5 name longsysname(255) not null, 6 keycnt int not null 7 ) 8
| COLUMN USAGE | |
| uid | sp_ijdbc_primarykey |
| indid | sp_ijdbc_primarykey |
| name | sp_ijdbc_primarykey |
| keycnt | sp_ijdbc_primarykey |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_ijdbc_primarykey |