inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 80881
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 901607 | 901607 | 206379 206379 | 80881 80881 |
| 901608 | 901608 | 238597 238597 | 80881 80881 |
| 901609 | 901609 | 236901 236901 | 80881 80881 |
| 901610 | 901610 | 153654 153654 | 80881 80881 |
| 901611 | 901611 | 74767 74767 | 80881 80881 |
| 901612 | 901612 | 55365 55365 | 80881 80881 |
| 901613 | 901613 | 206380 206380 | 80881 80881 |
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)
);