inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 17254
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 858893 | 858893 | 46354 46354 | 17254 17254 |
| 858894 | 858894 | 281336 281336 | 17254 17254 |
| 858895 | 858895 | 251729 251729 | 17254 17254 |
| 858896 | 858896 | 8322 8322 | 17254 17254 |
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)
);