inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 7971
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 723143 | 723143 | 259709 259709 | 7971 7971 |
| 723144 | 723144 | 297093 297093 | 7971 7971 |
| 723145 | 723145 | 3186 3186 | 7971 7971 |
| 723146 | 723146 | 34228 34228 | 7971 7971 |
| 723147 | 723147 | 5904 5904 | 7971 7971 |
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)
);