inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21280
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 702211 | 702211 | 10544 10544 | 21280 21280 |
| 702212 | 702212 | 245990 245990 | 21280 21280 |
| 702213 | 702213 | 271163 271163 | 21280 21280 |
| 702214 | 702214 | 69961 69961 | 21280 21280 |
| 702215 | 702215 | 33711 33711 | 21280 21280 |
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)
);