inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 89387
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 872347 | 872347 | 232065 232065 | 89387 89387 |
| 872348 | 872348 | 101661 101661 | 89387 89387 |
| 872349 | 872349 | 199856 199856 | 89387 89387 |
| 872350 | 872350 | 235292 235292 | 89387 89387 |
| 872351 | 872351 | 239739 239739 | 89387 89387 |
| 872352 | 872352 | 61016 61016 | 89387 89387 |
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)
);