inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 161838
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 706903 | 706903 | 172224 172224 | 161838 161838 |
| 706904 | 706904 | 223995 223995 | 161838 161838 |
| 706905 | 706905 | 236997 236997 | 161838 161838 |
| 706906 | 706906 | 111102 111102 | 161838 161838 |
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)
);