inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 5341
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 892300 | 892300 | 2124 2124 | 5341 5341 |
| 892301 | 892301 | 235611 235611 | 5341 5341 |
| 892302 | 892302 | 71990 71990 | 5341 5341 |
| 892303 | 892303 | 207288 207288 | 5341 5341 |
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)
);