| Database | Table | Application | Created | Links |
| tempdb | #tmp_id_crby_sybsystemprocs__sp_ijdbc_getindexinfo | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #tmp_id(-- 0 Rows, Data: 0 B, Index: 0 B 2 id int not null, 3 full_table_name varchar(1) not null 4 ) 5
| COLUMN USAGE | |
| id | sp_ijdbc_getindexinfo |
| full_table_name | sp_ijdbc_getindexinfo |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_ijdbc_getindexinfo |