inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 55615
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 595703 | 595703 | 83966 83966 | 55615 55615 |
| 595704 | 595704 | 333732 333732 | 55615 55615 |
| 595705 | 595705 | 30960 30960 | 55615 55615 |
| 595706 | 595706 | 529119 529119 | 55615 55615 |
| 595707 | 595707 | 256681 256681 | 55615 55615 |
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)
);