inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 54092
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 671056 | 671056 | 154130 154130 | 54092 54092 |
| 671057 | 671057 | 486978 486978 | 54092 54092 |
| 671058 | 671058 | 28413 28413 | 54092 54092 |
| 671059 | 671059 | 75533 75533 | 54092 54092 |
| 671060 | 671060 | 67011 67011 | 54092 54092 |
| 671061 | 671061 | 320022 320022 | 54092 54092 |
| 671062 | 671062 | 211639 211639 | 54092 54092 |
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)
);