inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 50742
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 683614 | 683614 | 296612 296612 | 50742 50742 |
| 683615 | 683615 | 50659 50659 | 50742 50742 |
| 683616 | 683616 | 26437 26437 | 50742 50742 |
| 683617 | 683617 | 36935 36935 | 50742 50742 |
| 683618 | 683618 | 147751 147751 | 50742 50742 |
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)
);