inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 51080
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 49007 | 49007 | 51080 51080 | 12383 12383 |
| 114212 | 114212 | 51080 51080 | 12382 12382 |
| 279638 | 279638 | 51080 51080 | 74310 74310 |
| 288039 | 288039 | 51080 51080 | 74311 74311 |
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)
);