inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 42453
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 957767 | 957767 | 41251 41251 | 42453 42453 |
| 957768 | 957768 | 539486 539486 | 42453 42453 |
| 957769 | 957769 | 22060 22060 | 42453 42453 |
| 957770 | 957770 | 57675 57675 | 42453 42453 |
| 957771 | 957771 | 287563 287563 | 42453 42453 |
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)
);