inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17398
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 854068 | 854068 | 281672 281672 | 17398 17398 |
| 854069 | 854069 | 8398 8398 | 17398 17398 |
| 854070 | 854070 | 56459 56459 | 17398 17398 |
| 854071 | 854071 | 251911 251911 | 17398 17398 |
| 854072 | 854072 | 38787 38787 | 17398 17398 |
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)
);