inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 405324
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 741858 | 741858 | 515534 515534 | 405324 405324 |
| 741859 | 741859 | 381351 381351 | 405324 405324 |
| 741860 | 741860 | 484224 484224 | 405324 405324 |
| 741861 | 741861 | 469032 469032 | 405324 405324 |
| 741862 | 741862 | 430027 430027 | 405324 405324 |
| 741863 | 741863 | 381352 381352 | 405324 405324 |
| 741864 | 741864 | 430028 430028 | 405324 405324 |
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)
);