inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 68309
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1021891 | 1021891 | 218151 218151 | 68309 68309 |
| 1021892 | 1021892 | 73974 73974 | 68309 68309 |
| 1021893 | 1021893 | 47132 47132 | 68309 68309 |
| 1021894 | 1021894 | 205937 205937 | 68309 68309 |
| 1021895 | 1021895 | 201160 201160 | 68309 68309 |
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)
);