inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 166791
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 327475 | 327475 | 507884 507884 | 166791 166791 |
| 327476 | 327476 | 248073 248073 | 166791 166791 |
| 327477 | 327477 | 274664 274664 | 166791 166791 |
| 327478 | 327478 | 274665 274665 | 166791 166791 |
| 327479 | 327479 | 114111 114111 | 166791 166791 |
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)
);