inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 31927
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 211292 | 211292 | 45093 45093 | 31927 31927 |
| 211293 | 211293 | 315056 315056 | 31927 31927 |
| 211294 | 211294 | 107803 107803 | 31927 31927 |
| 211295 | 211295 | 16492 16492 | 31927 31927 |
| 211296 | 211296 | 504925 504925 | 31927 31927 |
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)
);