inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 65451
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 713226 | 713226 | 241049 241049 | 65451 65451 |
| 713227 | 713227 | 85816 85816 | 65451 65451 |
| 713228 | 713228 | 45208 45208 | 65451 65451 |
| 713229 | 713229 | 201799 201799 | 65451 65451 |
| 713230 | 713230 | 230733 230733 | 65451 65451 |
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)
);