inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 153083
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 189226 | 189226 | 244276 244276 | 153083 153083 |
| 189227 | 189227 | 105908 105908 | 153083 153083 |
| 189228 | 189228 | 338714 338714 | 153083 153083 |
| 189229 | 189229 | 169145 169145 | 153083 153083 |
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)
);