inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 72823
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 401114 | 401114 | 72823 72823 | 1079 1079 |
| 671065 | 671065 | 72823 72823 | 1076 1076 |
| 753330 | 753330 | 72823 72823 | 1077 1077 |
| 1041139 | 1041139 | 72823 72823 | 1078 1078 |
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)
);