inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 6105
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 921819 | 921819 | 2439 2439 | 6105 6105 |
| 921820 | 921820 | 213749 213749 | 6105 6105 |
| 921821 | 921821 | 209276 209276 | 6105 6105 |
| 921822 | 921822 | 165523 165523 | 6105 6105 |
| 921823 | 921823 | 100645 100645 | 6105 6105 |
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)
);