inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 22202
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 319244 | 319244 | 495949 495949 | 22202 22202 |
| 319245 | 319245 | 37680 37680 | 22202 22202 |
| 319246 | 319246 | 161166 161166 | 22202 22202 |
| 319247 | 319247 | 11044 11044 | 22202 22202 |
| 319248 | 319248 | 90531 90531 | 22202 22202 |
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)
);