inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 60676
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 192491 | 192491 | 39410 39410 | 60676 60676 |
| 192492 | 192492 | 106238 106238 | 60676 60676 |
| 192493 | 192493 | 268875 268875 | 60676 60676 |
| 192494 | 192494 | 534924 534924 | 60676 60676 |
| 192495 | 192495 | 343036 343036 | 60676 60676 |
| 192496 | 192496 | 504211 504211 | 60676 60676 |
| 192497 | 192497 | 268876 268876 | 60676 60676 |
| 192498 | 192498 | 65871 65871 | 60676 60676 |
| 192499 | 192499 | 244428 244428 | 60676 60676 |
| 192500 | 192500 | 268877 268877 | 60676 60676 |
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)
);