inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 53822
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 194531 | 194531 | 53822 53822 | 31324 31324 |
| 1014493 | 1014493 | 53822 53822 | 78655 78655 |
| 1014741 | 1014741 | 53822 53822 | 78656 78656 |
| 1014745 | 1014745 | 53822 53822 | 78657 78657 |
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)
);