inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 44091
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 556694 | 556694 | 34603 34603 | 44091 44091 |
| 556695 | 556695 | 22934 22934 | 44091 44091 |
| 556696 | 556696 | 132248 132248 | 44091 44091 |
| 556697 | 556697 | 519146 519146 | 44091 44091 |
| 556698 | 556698 | 215213 215213 | 44091 44091 |
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)
);