inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 100086
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 875491 | 875491 | 68029 68029 | 100086 100086 |
| 875492 | 875492 | 213374 213374 | 100086 100086 |
| 875493 | 875493 | 165782 165782 | 100086 100086 |
| 875494 | 875494 | 257366 257366 | 100086 100086 |
| 875495 | 875495 | 101081 101081 | 100086 100086 |
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)
);