inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 48265
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 185905 | 185905 | 48265 48265 | 30979 30979 |
| 280343 | 280343 | 48265 48265 | 70178 70178 |
| 816823 | 816823 | 48265 48265 | 70176 70176 |
| 816892 | 816892 | 48265 48265 | 70177 70177 |
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)
);