inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 21743
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 305312 | 305312 | 342102 342102 | 21743 21743 |
| 305313 | 305313 | 89779 89779 | 21743 21743 |
| 305314 | 305314 | 10793 10793 | 21743 21743 |
| 305315 | 305315 | 160768 160768 | 21743 21743 |
| 305316 | 305316 | 530635 530635 | 21743 21743 |
| 305317 | 305317 | 495518 495518 | 21743 21743 |
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)
);