inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 2785
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 532230 | 532230 | 2785 2785 | 6960 6960 |
| 880613 | 880613 | 2785 2785 | 6963 6963 |
| 880825 | 880825 | 2785 2785 | 6962 6962 |
| 967693 | 967693 | 2785 2785 | 6961 6961 |
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)
);