inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 97375
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 447704 | 447704 | 511323 511323 | 97375 97375 |
| 447705 | 447705 | 66281 66281 | 97375 97375 |
| 447706 | 447706 | 219331 219331 | 97375 97375 |
| 447707 | 447707 | 122158 122158 | 97375 97375 |
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)
);