inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 46066
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 477768 | 477768 | 46066 46066 | 17847 17847 |
| 703426 | 703426 | 46066 46066 | 66834 66834 |
| 743171 | 743171 | 46066 46066 | 66833 66833 |
| 769788 | 769788 | 46066 46066 | 66835 66835 |
| 894919 | 894919 | 46066 46066 | 66836 66836 |
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)
);