inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 109746
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 162080 | 162080 | 155949 155949 | 109746 109746 |
| 162081 | 162081 | 489274 489274 | 109746 109746 |
| 162082 | 162082 | 78131 78131 | 109746 109746 |
| 162083 | 162083 | 332365 332365 | 109746 109746 |
| 162084 | 162084 | 527562 527562 | 109746 109746 |
| 162085 | 162085 | 243348 243348 | 109746 109746 |
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)
);