inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 356714
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 267534 | 267534 | 278242 278242 | 356714 356714 |
| 267535 | 267535 | 287415 287415 | 356714 356714 |
| 267536 | 267536 | 284077 284077 | 356714 356714 |
| 267537 | 267537 | 273554 273554 | 356714 356714 |
| 267538 | 267538 | 276082 276082 | 356714 356714 |
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)
);