inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 101752
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 117540 | 117540 | 159224 159224 | 101752 101752 |
| 117541 | 117541 | 69218 69218 | 101752 101752 |
| 117542 | 117542 | 264110 264110 | 101752 101752 |
| 117543 | 117543 | 230273 230273 | 101752 101752 |
| 117544 | 117544 | 241711 241711 | 101752 101752 |
| 117545 | 117545 | 86262 86262 | 101752 101752 |
| 117546 | 117546 | 264109 264109 | 101752 101752 |
| 117547 | 117547 | 493662 493662 | 101752 101752 |
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)
);