inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 40785
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 739953 | 739953 | 538974 538974 | 40785 40785 |
| 739954 | 739954 | 21192 21192 | 40785 40785 |
| 739955 | 739955 | 35188 35188 | 40785 40785 |
| 739956 | 739956 | 254138 254138 | 40785 40785 |
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)
);