inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 57842
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 362354 | 362354 | 341668 341668 | 57842 57842 |
| 362355 | 362355 | 34719 34719 | 57842 57842 |
| 362356 | 362356 | 79038 79038 | 57842 57842 |
| 362357 | 362357 | 207937 207937 | 57842 57842 |
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)
);