inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 9817
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1022461 | 1022461 | 58080 58080 | 9817 9817 |
| 1022462 | 1022462 | 245748 245748 | 9817 9817 |
| 1022463 | 1022463 | 3981 3981 | 9817 9817 |
| 1022464 | 1022464 | 10489 10489 | 9817 9817 |
| 1022465 | 1022465 | 42695 42695 | 9817 9817 |
| 1022466 | 1022466 | 270810 270810 | 9817 9817 |
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)
);