inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 17155
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 751861 | 751861 | 8265 8265 | 17155 17155 |
| 751862 | 751862 | 59642 59642 | 17155 17155 |
| 751863 | 751863 | 251300 251300 | 17155 17155 |
| 751864 | 751864 | 35860 35860 | 17155 17155 |
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)
);