inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 19344
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 34211 | 34211 | 9473 9473 | 19344 19344 |
| 34212 | 34212 | 60401 60401 | 19344 19344 |
| 34213 | 34213 | 529363 529363 | 19344 19344 |
| 34214 | 34214 | 259362 259362 | 19344 19344 |
| 34215 | 34215 | 493107 493107 | 19344 19344 |
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)
);