inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 5592
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 229646 | 229646 | 160319 160319 | 5592 5592 |
| 229647 | 229647 | 70585 70585 | 5592 5592 |
| 229648 | 229648 | 2220 2220 | 5592 5592 |
| 229649 | 229649 | 208746 208746 | 5592 5592 |
| 229650 | 229650 | 530374 530374 | 5592 5592 |
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)
);