inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 121568
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 106038 | 106038 | 230637 230637 | 121568 121568 |
| 106039 | 106039 | 493490 493490 | 121568 121568 |
| 106040 | 106040 | 325119 325119 | 121568 121568 |
| 106041 | 106041 | 85892 85892 | 121568 121568 |
| 106042 | 106042 | 241170 241170 | 121568 121568 |
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)
);