inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 173
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 701386 | 701386 | 33680 33680 | 173 173 |
| 701387 | 701387 | 4881 4881 | 173 173 |
| 701388 | 701388 | 255129 255129 | 173 173 |
| 701389 | 701389 | 52 52 | 173 173 |
| 701390 | 701390 | 61009 61009 | 173 173 |
| 701391 | 701391 | 287710 287710 | 173 173 |
| 701392 | 701392 | 153282 153282 | 173 173 |
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)
);