inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21413
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 267443 | 267443 | 271620 271620 | 21413 21413 |
| 267444 | 267444 | 32109 32109 | 21413 21413 |
| 267445 | 267445 | 10614 10614 | 21413 21413 |
| 267446 | 267446 | 246406 246406 | 21413 21413 |
| 267447 | 267447 | 495076 495076 | 21413 21413 |
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)
);