inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 13044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 722978 | 722978 | 57626 57626 | 13044 13044 |
| 722979 | 722979 | 487108 487108 | 13044 13044 |
| 722980 | 722980 | 5789 5789 | 13044 13044 |
| 722981 | 722981 | 259511 259511 | 13044 13044 |
| 722982 | 722982 | 296682 296682 | 13044 13044 |
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)
);