inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 53799
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 419017 | 419017 | 53799 53799 | 23652 23652 |
| 769843 | 769843 | 53799 53799 | 78619 78619 |
| 851355 | 851355 | 53799 53799 | 78618 78618 |
| 981451 | 981451 | 53799 53799 | 78617 78617 |
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)
);