inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 33502
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 294261 | 294261 | 502605 502605 | 33502 33502 |
| 294262 | 294262 | 17343 17343 | 33502 33502 |
| 294263 | 294263 | 272009 272009 | 33502 33502 |
| 294264 | 294264 | 272008 272008 | 33502 33502 |
| 294265 | 294265 | 224194 224194 | 33502 33502 |
| 294266 | 294266 | 110726 110726 | 33502 33502 |
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)
);