inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 31044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 952727 | 952727 | 534839 534839 | 31044 31044 |
| 952728 | 952728 | 244213 244213 | 31044 31044 |
| 952729 | 952729 | 504025 504025 | 31044 31044 |
| 952730 | 952730 | 226801 226801 | 31044 31044 |
| 952731 | 952731 | 16000 16000 | 31044 31044 |
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)
);