inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 14515
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 977889 | 977889 | 49190 49190 | 14515 14515 |
| 977890 | 977890 | 6699 6699 | 14515 14515 |
| 977891 | 977891 | 488347 488347 | 14515 14515 |
| 977892 | 977892 | 240776 240776 | 14515 14515 |
| 977893 | 977893 | 41880 41880 | 14515 14515 |
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)
);