inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 61653
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 318467 | 318467 | 536335 536335 | 61653 61653 |
| 318468 | 318468 | 329276 329276 | 61653 61653 |
| 318469 | 318469 | 247732 247732 | 61653 61653 |
| 318470 | 318470 | 173435 173435 | 61653 61653 |
| 318471 | 318471 | 41012 41012 | 61653 61653 |
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)
);