inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 14519
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 977178 | 977178 | 6701 6701 | 14519 14519 |
| 977179 | 977179 | 526849 526849 | 14519 14519 |
| 977180 | 977180 | 49199 49199 | 14519 14519 |
| 977181 | 977181 | 240778 240778 | 14519 14519 |
| 977182 | 977182 | 41838 41838 | 14519 14519 |
| 977183 | 977183 | 488350 488350 | 14519 14519 |
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)
);