inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 90679
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 423820 | 423820 | 328106 328106 | 90679 90679 |
| 423821 | 423821 | 156587 156587 | 90679 90679 |
| 423822 | 423822 | 61835 61835 | 90679 90679 |
| 423823 | 423823 | 490185 490185 | 90679 90679 |
| 423824 | 423824 | 528075 528075 | 90679 90679 |
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)
);