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