inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 28896
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 74538 | 74538 | 501561 501561 | 28896 28896 |
| 74539 | 74539 | 14794 14794 | 28896 28896 |
| 74540 | 74540 | 61677 61677 | 28896 28896 |
| 74541 | 74541 | 166127 166127 | 28896 28896 |
| 74542 | 74542 | 231751 231751 | 28896 28896 |
| 74543 | 74543 | 533725 533725 | 28896 28896 |
| 74544 | 74544 | 260765 260765 | 28896 28896 |
| 74545 | 74545 | 240022 240022 | 28896 28896 |
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)
);