inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 23837
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 805790 | 805790 | 250662 250662 | 23837 23837 |
| 805791 | 805791 | 497992 497992 | 23837 23837 |
| 805792 | 805792 | 279429 279429 | 23837 23837 |
| 805793 | 805793 | 37574 37574 | 23837 23837 |
| 805794 | 805794 | 11940 11940 | 23837 23837 |
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)
);