inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15617
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 853667 | 853667 | 38782 38782 | 15617 15617 |
| 853668 | 853668 | 242284 242284 | 15617 15617 |
| 853669 | 853669 | 155711 155711 | 15617 15617 |
| 853670 | 853670 | 55884 55884 | 15617 15617 |
| 853671 | 853671 | 488983 488983 | 15617 15617 |
| 853672 | 853672 | 7376 7376 | 15617 15617 |
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)
);