inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16237
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 701333 | 701333 | 268481 268481 | 16237 16237 |
| 701334 | 701334 | 244217 244217 | 16237 16237 |
| 701335 | 701335 | 68914 68914 | 16237 16237 |
| 701336 | 701336 | 7750 7750 | 16237 16237 |
| 701337 | 701337 | 33678 33678 | 16237 16237 |
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)
);