inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 22247
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 835331 | 835331 | 67082 67082 | 22247 22247 |
| 835332 | 835332 | 11066 11066 | 22247 22247 |
| 835333 | 835333 | 530866 530866 | 22247 22247 |
| 835334 | 835334 | 247807 247807 | 22247 22247 |
| 835335 | 835335 | 274066 274066 | 22247 22247 |
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)
);