inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 61901
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 93604 | 93604 | 61901 61901 | 5418 5418 |
| 729689 | 729689 | 61901 61901 | 14532 14532 |
| 894770 | 894770 | 61901 61901 | 90773 90773 |
| 1014243 | 1014243 | 61901 61901 | 90772 90772 |
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)
);