inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 24638
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 50791 | 50791 | 498771 498771 | 24638 24638 |
| 50792 | 50792 | 28965 28965 | 24638 24638 |
| 50793 | 50793 | 12370 12370 | 24638 24638 |
| 50794 | 50794 | 282050 282050 | 24638 24638 |
| 50795 | 50795 | 55091 55091 | 24638 24638 |
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)
);