inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 31548
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 764208 | 764208 | 47445 47445 | 31548 31548 |
| 764209 | 764209 | 244856 244856 | 31548 31548 |
| 764210 | 764210 | 535110 535110 | 31548 31548 |
| 764211 | 764211 | 16282 16282 | 31548 31548 |
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)
);