inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15262
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 114407 | 114407 | 527187 527187 | 15262 15262 |
| 114408 | 114408 | 7159 7159 | 15262 15262 |
| 114409 | 114409 | 263933 263933 | 15262 15262 |
| 114410 | 114410 | 300817 300817 | 15262 15262 |
| 114411 | 114411 | 230379 230379 | 15262 15262 |
| 114412 | 114412 | 77294 77294 | 15262 15262 |
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)
);