inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 54679
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 23284 | 23284 | 396066 396066 | 54679 54679 |
| 23285 | 23285 | 352056 352056 | 54679 54679 |
| 23286 | 23286 | 29526 29526 | 54679 54679 |
| 23287 | 23287 | 447456 447456 | 54679 54679 |
| 23288 | 23288 | 523578 523578 | 54679 54679 |
| 23289 | 23289 | 479798 479798 | 54679 54679 |
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)
);