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