inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18431
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 43939 | 43939 | 51909 51909 | 18431 18431 |
| 43940 | 43940 | 285141 285141 | 18431 18431 |
| 43941 | 43941 | 8978 8978 | 18431 18431 |
| 43942 | 43942 | 253834 253834 | 18431 18431 |
| 43943 | 43943 | 28673 28673 | 18431 18431 |
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)
);