inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 70452
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 647458 | 647458 | 70452 70452 | 9329 9329 |
| 775410 | 775410 | 70452 70452 | 103727 103727 |
| 780926 | 780926 | 70452 70452 | 103726 103726 |
| 934602 | 934602 | 70452 70452 | 103728 103728 |
| 1006715 | 1006715 | 70452 70452 | 103729 103729 |
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)
);