inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 70347
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 377022 | 377022 | 70347 70347 | 22957 22957 |
| 770578 | 770578 | 70347 70347 | 103555 103555 |
| 825816 | 825816 | 70347 70347 | 103554 103554 |
| 825876 | 825876 | 70347 70347 | 103552 103552 |
| 825954 | 825954 | 70347 70347 | 103553 103553 |
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)
);