inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 158937
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 226461 | 226461 | 271226 271226 | 158937 158937 |
| 226462 | 226462 | 324980 324980 | 158937 158937 |
| 226463 | 226463 | 109407 109407 | 158937 158937 |
| 226464 | 226464 | 246048 246048 | 158937 158937 |
| 226465 | 226465 | 271227 271227 | 158937 158937 |
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)
);