inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 61954
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 93766 | 93766 | 61954 61954 | 14542 14542 |
| 283632 | 283632 | 61954 61954 | 90854 90854 |
| 977902 | 977902 | 61954 61954 | 14543 14543 |
| 1031800 | 1031800 | 61954 61954 | 90855 90855 |
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)
);