inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 62649
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 164453 | 164453 | 62649 62649 | 2208 2208 |
| 793159 | 793159 | 62649 62649 | 91831 91831 |
| 793891 | 793891 | 62649 62649 | 29347 29347 |
| 794178 | 794178 | 62649 62649 | 91832 91832 |
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)
);