inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 33095
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 920513 | 920513 | 274589 274589 | 33095 33095 |
| 920514 | 920514 | 66770 66770 | 33095 33095 |
| 920515 | 920515 | 17124 17124 | 33095 33095 |
| 920516 | 920516 | 40059 40059 | 33095 33095 |
| 920517 | 920517 | 248038 248038 | 33095 33095 |
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)
);