inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 56401
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 358738 | 358738 | 247277 247277 | 56401 56401 |
| 358739 | 358739 | 32408 32408 | 56401 56401 |
| 358740 | 358740 | 223638 223638 | 56401 56401 |
| 358741 | 358741 | 58464 58464 | 56401 56401 |
| 358742 | 358742 | 506770 506770 | 56401 56401 |
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)
);