inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28546
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 66044 | 66044 | 51398 51398 | 28546 28546 |
| 66045 | 66045 | 533564 533564 | 28546 28546 |
| 66046 | 66046 | 330405 330405 | 28546 28546 |
| 66047 | 66047 | 239688 239688 | 28546 28546 |
| 66048 | 66048 | 14583 14583 | 28546 28546 |
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)
);