inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 105400
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 593502 | 593502 | 486096 486096 | 105400 105400 |
| 593503 | 593503 | 291173 291173 | 105400 105400 |
| 593504 | 593504 | 341932 341932 | 105400 105400 |
| 593505 | 593505 | 201429 201429 | 105400 105400 |
| 593506 | 593506 | 291172 291172 | 105400 105400 |
| 593507 | 593507 | 256675 256675 | 105400 105400 |
| 593508 | 593508 | 74366 74366 | 105400 105400 |
| 593509 | 593509 | 525702 525702 | 105400 105400 |
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)
);