inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 48306
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 73355 | 73355 | 48306 48306 | 3513 3513 |
| 696163 | 696163 | 48306 48306 | 70237 70237 |
| 824289 | 824289 | 48306 48306 | 70236 70236 |
| 860500 | 860500 | 48306 48306 | 70238 70238 |
| 894073 | 894073 | 48306 48306 | 70239 70239 |
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)
);