inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 60613
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 695237 | 695237 | 297456 297456 | 60613 60613 |
| 695238 | 695238 | 85341 85341 | 60613 60613 |
| 695239 | 695239 | 493201 493201 | 60613 60613 |
| 695240 | 695240 | 297457 297457 | 60613 60613 |
| 695241 | 695241 | 39307 39307 | 60613 60613 |
| 695242 | 695242 | 259866 259866 | 60613 60613 |
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)
);