inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 160087
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 232103 | 232103 | 271623 271623 | 160087 160087 |
| 232104 | 232104 | 310672 310672 | 160087 160087 |
| 232105 | 232105 | 271622 271622 | 160087 160087 |
| 232106 | 232106 | 246412 246412 | 160087 160087 |
| 232107 | 232107 | 110071 110071 | 160087 160087 |
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)
);