inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 65063
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 288222 | 288222 | 45331 45331 | 65063 65063 |
| 288223 | 288223 | 46341 46341 | 65063 65063 |
| 288224 | 288224 | 44983 44983 | 65063 65063 |
| 288225 | 288225 | 70307 70307 | 65063 65063 |
| 288226 | 288226 | 60376 60376 | 65063 65063 |
| 288227 | 288227 | 69041 69041 | 65063 65063 |
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)
);