inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 104817
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 465726 | 465726 | 282595 282595 | 104817 104817 |
| 465727 | 465727 | 282596 282596 | 104817 104817 |
| 465728 | 465728 | 252373 252373 | 104817 104817 |
| 465729 | 465729 | 73860 73860 | 104817 104817 |
| 465730 | 465730 | 485790 485790 | 104817 104817 |
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)
);