inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 61389
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 438277 | 438277 | 153018 153018 | 61389 61389 |
| 438278 | 438278 | 525337 525337 | 61389 61389 |
| 438279 | 438279 | 342273 342273 | 61389 61389 |
| 438280 | 438280 | 40539 40539 | 61389 61389 |
| 438281 | 438281 | 251179 251179 | 61389 61389 |
| 438282 | 438282 | 73681 73681 | 61389 61389 |
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)
);