inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 29459
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 122557 | 122557 | 166728 166728 | 29459 29459 |
| 122558 | 122558 | 15117 15117 | 29459 29459 |
| 122559 | 122559 | 102955 102955 | 29459 29459 |
| 122560 | 122560 | 502137 502137 | 29459 29459 |
| 122561 | 122561 | 57642 57642 | 29459 29459 |
| 122562 | 122562 | 229927 229927 | 29459 29459 |
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)
);