inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17113
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 25431 | 25431 | 51305 51305 | 17113 17113 |
| 25432 | 25432 | 490497 490497 | 17113 17113 |
| 25433 | 25433 | 8244 8244 | 17113 17113 |
| 25434 | 25434 | 29694 29694 | 17113 17113 |
| 25435 | 25435 | 219712 219712 | 17113 17113 |
| 25436 | 25436 | 251203 251203 | 17113 17113 |
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)
);