inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 139609
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 478781 | 478781 | 499040 499040 | 139609 139609 |
| 478782 | 478782 | 97118 97118 | 139609 139609 |
| 478783 | 478783 | 217949 217949 | 139609 139609 |
| 478784 | 478784 | 164022 164022 | 139609 139609 |
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)
);