inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 105716
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 625114 | 625114 | 525886 525886 | 105716 105716 |
| 625115 | 625115 | 293097 293097 | 105716 105716 |
| 625116 | 625116 | 347842 347842 | 105716 105716 |
| 625117 | 625117 | 293096 293096 | 105716 105716 |
| 625118 | 625118 | 74672 74672 | 105716 105716 |
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)
);