inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 56884
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 127356 | 127356 | 56884 56884 | 15491 15491 |
| 352711 | 352711 | 56884 56884 | 82830 82830 |
| 746509 | 746509 | 56884 56884 | 15492 15492 |
| 889843 | 889843 | 56884 56884 | 82829 82829 |
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)
);