inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 118614
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 602021 | 602021 | 256878 256878 | 118614 118614 |
| 602022 | 602022 | 213919 213919 | 118614 118614 |
| 602023 | 602023 | 84040 84040 | 118614 118614 |
| 602024 | 602024 | 309678 309678 | 118614 118614 |
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)
);