inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 110106
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 182437 | 182437 | 489451 489451 | 110106 110106 |
| 182438 | 182438 | 244036 244036 | 110106 110106 |
| 182439 | 182439 | 78398 78398 | 110106 110106 |
| 182440 | 182440 | 342532 342532 | 110106 110106 |
| 182441 | 182441 | 156100 156100 | 110106 110106 |
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)
);