inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 52870
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 117010 | 117010 | 230288 230288 | 52870 52870 |
| 117011 | 117011 | 64314 64314 | 52870 52870 |
| 117012 | 117012 | 33792 33792 | 52870 52870 |
| 117013 | 117013 | 194096 194096 | 52870 52870 |
| 117014 | 117014 | 27583 27583 | 52870 52870 |
| 117015 | 117015 | 345515 345515 | 52870 52870 |
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)
);