inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 15781
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 781878 | 781878 | 7487 7487 | 15781 15781 |
| 781879 | 781879 | 36645 36645 | 15781 15781 |
| 781880 | 781880 | 49319 49319 | 15781 15781 |
| 781881 | 781881 | 242806 242806 | 15781 15781 |
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)
);