inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 2448
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 185675 | 185675 | 947 947 | 2448 2448 |
| 185676 | 185676 | 105673 105673 | 2448 2448 |
| 185677 | 185677 | 334262 334262 | 2448 2448 |
| 185678 | 185678 | 534815 534815 | 2448 2448 |
| 185679 | 185679 | 169040 169040 | 2448 2448 |
| 185680 | 185680 | 226896 226896 | 2448 2448 |
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)
);