inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 27365
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 894477 | 894477 | 256606 256606 | 27365 27365 |
| 894478 | 894478 | 500422 500422 | 27365 27365 |
| 894479 | 894479 | 39666 39666 | 27365 27365 |
| 894480 | 894480 | 291045 291045 | 27365 27365 |
| 894481 | 894481 | 13875 13875 | 27365 27365 |
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)
);