inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 20793
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 200097 | 200097 | 244759 244759 | 20793 20793 |
| 200098 | 200098 | 87444 87444 | 20793 20793 |
| 200099 | 200099 | 530115 530115 | 20793 20793 |
| 200100 | 200100 | 10286 10286 | 20793 20793 |
| 200101 | 200101 | 51968 51968 | 20793 20793 |
| 200102 | 200102 | 330561 330561 | 20793 20793 |
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)
);