inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 80958
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 895140 | 895140 | 274136 274136 | 80958 80958 |
| 895141 | 895141 | 55410 55410 | 80958 80958 |
| 895142 | 895142 | 264686 264686 | 80958 80958 |
| 895143 | 895143 | 262696 262696 | 80958 80958 |
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)
);