inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 30210
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 152437 | 152437 | 301937 301937 | 30210 30210 |
| 152438 | 152438 | 15524 15524 | 30210 30210 |
| 152439 | 152439 | 58256 58256 | 30210 30210 |
| 152440 | 152440 | 242987 242987 | 30210 30210 |
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)
);