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