inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17519
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 266607 | 266607 | 282039 282039 | 17519 17519 |
| 266608 | 266608 | 32084 32084 | 17519 17519 |
| 266609 | 266609 | 46643 46643 | 17519 17519 |
| 266610 | 266610 | 8469 8469 | 17519 17519 |
| 266611 | 266611 | 252094 252094 | 17519 17519 |
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)
);