inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 32018
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 212430 | 212430 | 107939 107939 | 32018 32018 |
| 212431 | 212431 | 33580 33580 | 32018 32018 |
| 212432 | 212432 | 270304 270304 | 32018 32018 |
| 212433 | 212433 | 300221 300221 | 32018 32018 |
| 212434 | 212434 | 245386 245386 | 32018 32018 |
| 212435 | 212435 | 16538 16538 | 32018 32018 |
| 212436 | 212436 | 270305 270305 | 32018 32018 |
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)
);