inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 82694
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68769 | 68769 | 320962 320962 | 82694 82694 |
| 68770 | 68770 | 56798 56798 | 82694 82694 |
| 68771 | 68771 | 85446 85446 | 82694 82694 |
| 68772 | 68772 | 260333 260333 | 82694 82694 |
| 68773 | 68773 | 260332 260332 | 82694 82694 |
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)
);