inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 68060
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 489211 | 489211 | 68060 68060 | 25636 25636 |
| 697893 | 697893 | 68060 68060 | 100134 100134 |
| 700903 | 700903 | 68060 68060 | 25637 25637 |
| 799390 | 799390 | 68060 68060 | 100135 100135 |
| 800095 | 800095 | 68060 68060 | 100132 100132 |
| 800223 | 800223 | 68060 68060 | 100133 100133 |
| 803388 | 803388 | 68060 68060 | 100136 100136 |
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)
);