inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 59934
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 833446 | 833446 | 38146 38146 | 59934 59934 |
| 833447 | 833447 | 81254 81254 | 59934 59934 |
| 833448 | 833448 | 218818 218818 | 59934 59934 |
| 833449 | 833449 | 490883 490883 | 59934 59934 |
| 833450 | 833450 | 62543 62543 | 59934 59934 |
| 833451 | 833451 | 252048 252048 | 59934 59934 |
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)
);