inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 70471
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 162098 | 162098 | 201511 201511 | 70471 70471 |
| 162099 | 162099 | 48439 48439 | 70471 70471 |
| 162100 | 162100 | 315258 315258 | 70471 70471 |
| 162101 | 162101 | 78135 78135 | 70471 70471 |
| 162102 | 162102 | 489276 489276 | 70471 70471 |
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)
);