inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 127125
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 300698 | 300698 | 338644 338644 | 127125 127125 |
| 300699 | 300699 | 246882 246882 | 127125 127125 |
| 300700 | 300700 | 89481 89481 | 127125 127125 |
| 300701 | 300701 | 160651 160651 | 127125 127125 |
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)
);