inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 151805
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 178349 | 178349 | 341376 341376 | 151805 151805 |
| 178350 | 178350 | 503704 503704 | 151805 151805 |
| 178351 | 178351 | 227319 227319 | 151805 151805 |
| 178352 | 178352 | 105134 105134 | 151805 151805 |
| 178353 | 178353 | 168750 168750 | 151805 151805 |
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)
);