inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 36289
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 721124 | 721124 | 18846 18846 | 36289 36289 |
| 721125 | 721125 | 66925 66925 | 36289 36289 |
| 721126 | 721126 | 34094 34094 | 36289 36289 |
| 721127 | 721127 | 277187 277187 | 36289 36289 |
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)
);