inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 326686
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 665102 | 665102 | 238839 238839 | 326686 326686 |
| 665103 | 665103 | 295473 295473 | 326686 326686 |
| 665104 | 665104 | 295472 295472 | 326686 326686 |
| 665105 | 665105 | 328678 328678 | 326686 326686 |
| 665106 | 665106 | 295474 295474 | 326686 326686 |
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)
);