inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 47934
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 629043 | 629043 | 47934 47934 | 12038 12038 |
| 703804 | 703804 | 47934 47934 | 69599 69599 |
| 738453 | 738453 | 47934 47934 | 69598 69598 |
| 847161 | 847161 | 47934 47934 | 69597 69597 |
| 847178 | 847178 | 47934 47934 | 69596 69596 |
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)
);