inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 26981
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 567053 | 567053 | 13655 13655 | 26981 26981 |
| 567054 | 567054 | 336484 336484 | 26981 26981 |
| 567055 | 567055 | 255938 255938 | 26981 26981 |
| 567056 | 567056 | 99507 99507 | 26981 26981 |
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)
);