inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28631
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 924653 | 924653 | 260220 260220 | 28631 28631 |
| 924654 | 924654 | 40148 40148 | 28631 28631 |
| 924655 | 924655 | 66569 66569 | 28631 28631 |
| 924656 | 924656 | 533594 533594 | 28631 28631 |
| 924657 | 924657 | 14634 14634 | 28631 28631 |
| 924658 | 924658 | 239760 239760 | 28631 28631 |
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)
);