inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 21261
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 224734 | 224734 | 160242 160242 | 21261 21261 |
| 224735 | 224735 | 224836 224836 | 21261 21261 |
| 224736 | 224736 | 88425 88425 | 21261 21261 |
| 224737 | 224737 | 341315 341315 | 21261 21261 |
| 224738 | 224738 | 530324 530324 | 21261 21261 |
| 224739 | 224739 | 494906 494906 | 21261 21261 |
| 224740 | 224740 | 10535 10535 | 21261 21261 |
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)
);