inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17051
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 786552 | 786552 | 251132 251132 | 17051 17051 |
| 786553 | 786553 | 280235 280235 | 17051 17051 |
| 786554 | 786554 | 8212 8212 | 17051 17051 |
| 786555 | 786555 | 490453 490453 | 17051 17051 |
| 786556 | 786556 | 59109 59109 | 17051 17051 |
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)
);