inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 65784
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 14 | 14 | 65784 65784 | 96659 96659 |
| 564909 | 564909 | 65784 65784 | 41759 41759 |
| 802979 | 802979 | 65784 65784 | 96660 96660 |
| 803250 | 803250 | 65784 65784 | 96658 96658 |
| 803251 | 803251 | 65784 65784 | 96657 96657 |
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)
);