inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 214306
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 657812 | 657812 | 295236 295236 | 214306 214306 |
| 657813 | 657813 | 295235 295235 | 214306 214306 |
| 657814 | 657814 | 142198 142198 | 214306 214306 |
| 657815 | 657815 | 189546 189546 | 214306 214306 |
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)
);