inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 50875
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 46508 | 46508 | 50875 50875 | 73998 73998 |
| 435502 | 435502 | 50875 50875 | 17557 17557 |
| 462059 | 462059 | 50875 50875 | 810 810 |
| 1027323 | 1027323 | 50875 50875 | 74000 74000 |
| 1031551 | 1031551 | 50875 50875 | 73999 73999 |
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)
);