inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 90727
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 702262 | 702262 | 61862 61862 | 90727 90727 |
| 702263 | 702263 | 250013 250013 | 90727 90727 |
| 702264 | 702264 | 278256 278256 | 90727 90727 |
| 702265 | 702265 | 220872 220872 | 90727 90727 |
| 702266 | 702266 | 528027 528027 | 90727 90727 |
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)
);