inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 346519
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 67256 | 67256 | 260203 260203 | 346519 346519 |
| 67257 | 67257 | 260204 260204 | 346519 346519 |
| 67258 | 67258 | 310740 310740 | 346519 346519 |
| 67259 | 67259 | 260205 260205 | 346519 346519 |
| 67260 | 67260 | 260206 260206 | 346519 346519 |
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)
);