inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 98674
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 504612 | 504612 | 499348 499348 | 98674 98674 |
| 504613 | 504613 | 216842 216842 | 98674 98674 |
| 504614 | 504614 | 67111 67111 | 98674 98674 |
| 504615 | 504615 | 202201 202201 | 98674 98674 |
| 504616 | 504616 | 97921 97921 | 98674 98674 |
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)
);