inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 16328
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 193385 | 193385 | 269026 269026 | 16328 16328 |
| 193386 | 193386 | 156254 156254 | 16328 16328 |
| 193387 | 193387 | 7805 7805 | 16328 16328 |
| 193388 | 193388 | 78641 78641 | 16328 16328 |
| 193389 | 193389 | 269025 269025 | 16328 16328 |
| 193390 | 193390 | 489629 489629 | 16328 16328 |
| 193391 | 193391 | 324159 324159 | 16328 16328 |
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)
);