inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405687
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 947629 | 947629 | 486695 486695 | 405687 405687 |
| 947630 | 947630 | 485346 485346 | 405687 405687 |
| 947631 | 947631 | 393433 393433 | 405687 405687 |
| 947632 | 947632 | 478594 478594 | 405687 405687 |
| 947633 | 947633 | 445102 445102 | 405687 405687 |
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)
);