inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 18504
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 263161 | 263161 | 31948 31948 | 18504 18504 |
| 263162 | 263162 | 285300 285300 | 18504 18504 |
| 263163 | 263163 | 9023 9023 | 18504 18504 |
| 263164 | 263164 | 528903 528903 | 18504 18504 |
| 263165 | 263165 | 253928 253928 | 18504 18504 |
| 263166 | 263166 | 68959 68959 | 18504 18504 |
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)
);