inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 117302
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 505218 | 505218 | 254082 254082 | 117302 117302 |
| 505219 | 505219 | 528955 528955 | 117302 117302 |
| 505220 | 505220 | 83202 83202 | 117302 117302 |
| 505221 | 505221 | 216811 216811 | 117302 117302 |
| 505222 | 505222 | 491965 491965 | 117302 117302 |
| 505223 | 505223 | 338269 338269 | 117302 117302 |
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)
);