inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 49532
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 49716 | 49716 | 49532 49532 | 72087 72087 |
| 255101 | 255101 | 49532 49532 | 12061 12061 |
| 629629 | 629629 | 49532 49532 | 12060 12060 |
| 913873 | 913873 | 49532 49532 | 72086 72086 |
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)
);