inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 9148
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 838386 | 838386 | 38358 38358 | 9148 9148 |
| 838387 | 838387 | 8630 8630 | 9148 9148 |
| 838388 | 838388 | 252783 252783 | 9148 9148 |
| 838389 | 838389 | 283314 283314 | 9148 9148 |
| 838390 | 838390 | 3680 3680 | 9148 9148 |
| 838391 | 838391 | 68236 68236 | 9148 9148 |
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)
);