inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 32313
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 33343 | 33343 | 61248 61248 | 32313 32313 |
| 33344 | 33344 | 535479 535479 | 32313 32313 |
| 33345 | 33345 | 16708 16708 | 32313 32313 |
| 33346 | 33346 | 30319 30319 | 32313 32313 |
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)
);