inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 58148
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 71824 | 71824 | 58148 58148 | 2293 2293 |
| 796771 | 796771 | 58148 58148 | 84826 84826 |
| 797508 | 797508 | 58148 58148 | 84827 84827 |
| 1011913 | 1011913 | 58148 58148 | 2295 2295 |
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)
);