inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 43311
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 744478 | 744478 | 255389 255389 | 43311 43311 |
| 744479 | 744479 | 288422 288422 | 43311 43311 |
| 744480 | 744480 | 35493 35493 | 43311 43311 |
| 744481 | 744481 | 518145 518145 | 43311 43311 |
| 744482 | 744482 | 22518 22518 | 43311 43311 |
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)
);