inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12687
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 945904 | 945904 | 40741 40741 | 12687 12687 |
| 945905 | 945905 | 5577 5577 | 12687 12687 |
| 945906 | 945906 | 57628 57628 | 12687 12687 |
| 945907 | 945907 | 486747 486747 | 12687 12687 |
| 945908 | 945908 | 258700 258700 | 12687 12687 |
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)
);