inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 61049
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 291768 | 291768 | 61049 61049 | 33389 33389 |
| 1025129 | 1025129 | 61049 61049 | 89440 89440 |
| 1025133 | 1025133 | 61049 61049 | 89439 89439 |
| 1025637 | 1025637 | 61049 61049 | 89438 89438 |
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)
);