inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 21666
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 302228 | 302228 | 160711 160711 | 21666 21666 |
| 302229 | 302229 | 272533 272533 | 21666 21666 |
| 302230 | 302230 | 89610 89610 | 21666 21666 |
| 302231 | 302231 | 272532 272532 | 21666 21666 |
| 302232 | 302232 | 37676 37676 | 21666 21666 |
| 302233 | 302233 | 10752 10752 | 21666 21666 |
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)
);