inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 120468
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 686492 | 686492 | 296751 296751 | 120468 120468 |
| 686493 | 686493 | 85203 85203 | 120468 120468 |
| 686494 | 686494 | 259542 259542 | 120468 120468 |
| 686495 | 686495 | 314378 314378 | 120468 120468 |
| 686496 | 686496 | 296750 296750 | 120468 120468 |
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)
);