inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 672
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 178220 | 178220 | 672 672 | 1702 1702 |
| 773599 | 773599 | 672 672 | 1707 1707 |
| 777779 | 777779 | 672 672 | 1703 1703 |
| 777785 | 777785 | 672 672 | 1708 1708 |
| 777787 | 777787 | 672 672 | 1705 1705 |
| 777789 | 777789 | 672 672 | 1706 1706 |
| 792955 | 792955 | 672 672 | 1704 1704 |
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)
);