inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 113376
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 439466 | 439466 | 345151 345151 | 113376 113376 |
| 439467 | 439467 | 219772 219772 | 113376 113376 |
| 439468 | 439468 | 280255 280255 | 113376 113376 |
| 439469 | 439469 | 280254 280254 | 113376 113376 |
| 439470 | 439470 | 156759 156759 | 113376 113376 |
| 439471 | 439471 | 80497 80497 | 113376 113376 |
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)
);