inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 42525
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 348470 | 348470 | 49398 49398 | 42525 42525 |
| 348471 | 348471 | 32485 32485 | 42525 42525 |
| 348472 | 348472 | 516553 516553 | 42525 42525 |
| 348473 | 348473 | 539519 539519 | 42525 42525 |
| 348474 | 348474 | 255105 255105 | 42525 42525 |
| 348475 | 348475 | 22097 22097 | 42525 42525 |
| 348476 | 348476 | 287633 287633 | 42525 42525 |
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)
);