inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 45882
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 28732 | 28732 | 45882 45882 | 66591 66591 |
| 374030 | 374030 | 45882 45882 | 22871 22871 |
| 703419 | 703419 | 45882 45882 | 66594 66594 |
| 768673 | 768673 | 45882 45882 | 66593 66593 |
| 1027754 | 1027754 | 45882 45882 | 66592 66592 |
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)
);