inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 6038
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 915201 | 915201 | 238086 238086 | 6038 6038 |
| 915202 | 915202 | 238087 238087 | 6038 6038 |
| 915203 | 915203 | 74225 74225 | 6038 6038 |
| 915204 | 915204 | 2411 2411 | 6038 6038 |
| 915205 | 915205 | 73368 73368 | 6038 6038 |
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)
);