inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 50482
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 681036 | 681036 | 309231 309231 | 50482 50482 |
| 681037 | 681037 | 296534 296534 | 50482 50482 |
| 681038 | 681038 | 50020 50020 | 50482 50482 |
| 681039 | 681039 | 26301 26301 | 50482 50482 |
| 681040 | 681040 | 296535 296535 | 50482 50482 |
| 681041 | 681041 | 146061 146061 | 50482 50482 |
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)
);