inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 23669
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 953213 | 953213 | 531695 531695 | 23669 23669 |
| 953214 | 953214 | 279227 279227 | 23669 23669 |
| 953215 | 953215 | 250546 250546 | 23669 23669 |
| 953216 | 953216 | 46120 46120 | 23669 23669 |
| 953217 | 953217 | 11853 11853 | 23669 23669 |
| 953218 | 953218 | 41083 41083 | 23669 23669 |
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)
);