inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
11 rows where query_id = 15390
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 119932 | 119932 | 264349 264349 | 15390 15390 |
| 119933 | 119933 | 306262 306262 | 15390 15390 |
| 119934 | 119934 | 527252 527252 | 15390 15390 |
| 119935 | 119935 | 488798 488798 | 15390 15390 |
| 119936 | 119936 | 264350 264350 | 15390 15390 |
| 119937 | 119937 | 155560 155560 | 15390 15390 |
| 119938 | 119938 | 49925 49925 | 15390 15390 |
| 119939 | 119939 | 7237 7237 | 15390 15390 |
| 119940 | 119940 | 241842 241842 | 15390 15390 |
| 119941 | 119941 | 77484 77484 | 15390 15390 |
| 119942 | 119942 | 230183 230183 | 15390 15390 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);