inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 18117
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 856346 | 856346 | 8810 8810 | 18117 18117 |
| 856347 | 856347 | 491412 491412 | 18117 18117 |
| 856348 | 856348 | 38851 38851 | 18117 18117 |
| 856349 | 856349 | 45855 45855 | 18117 18117 |
| 856350 | 856350 | 82334 82334 | 18117 18117 |
| 856351 | 856351 | 253376 253376 | 18117 18117 |
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)
);