inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 41702
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 530075 | 530075 | 203230 203230 | 41702 41702 |
| 530076 | 530076 | 57981 57981 | 41702 41702 |
| 530077 | 530077 | 515162 515162 | 41702 41702 |
| 530078 | 530078 | 128607 128607 | 41702 41702 |
| 530079 | 530079 | 21671 21671 | 41702 41702 |
| 530080 | 530080 | 216150 216150 | 41702 41702 |
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)
);