inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 29445
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 122453 | 122453 | 339850 339850 | 29445 29445 |
| 122454 | 122454 | 502117 502117 | 29445 29445 |
| 122455 | 122455 | 102934 102934 | 29445 29445 |
| 122456 | 122456 | 15110 15110 | 29445 29445 |
| 122457 | 122457 | 229950 229950 | 29445 29445 |
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)
);