inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 67895
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 999915 | 999915 | 243797 243797 | 67895 67895 |
| 999916 | 999916 | 78281 78281 | 67895 67895 |
| 999917 | 999917 | 227430 227430 | 67895 67895 |
| 999918 | 999918 | 156030 156030 | 67895 67895 |
| 999919 | 999919 | 200653 200653 | 67895 67895 |
| 999920 | 999920 | 46833 46833 | 67895 67895 |
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)
);