inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 59454
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 592956 | 592956 | 59454 59454 | 3907 3907 |
| 789685 | 789685 | 59454 59454 | 87055 87055 |
| 846636 | 846636 | 59454 59454 | 11664 11664 |
| 1039691 | 1039691 | 59454 59454 | 3909 3909 |
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)
);