inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 38085
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 442112 | 442112 | 19780 19780 | 38085 38085 |
| 442113 | 442113 | 121368 121368 | 38085 38085 |
| 442114 | 442114 | 280494 280494 | 38085 38085 |
| 442115 | 442115 | 280493 280493 | 38085 38085 |
| 442116 | 442116 | 511031 511031 | 38085 38085 |
| 442117 | 442117 | 50892 50892 | 38085 38085 |
| 442118 | 442118 | 28358 28358 | 38085 38085 |
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)
);