inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10988
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 836332 | 836332 | 38255 38255 | 10988 10988 |
| 836333 | 836333 | 4525 4525 | 10988 10988 |
| 836334 | 836334 | 289996 289996 | 10988 10988 |
| 836335 | 836335 | 65153 65153 | 10988 10988 |
| 836336 | 836336 | 256117 256117 | 10988 10988 |
| 836337 | 836337 | 4910 4910 | 10988 10988 |
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)
);