inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 65557
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 197505 | 197505 | 65557 65557 | 96308 96308 |
| 433260 | 433260 | 65557 65557 | 96309 96309 |
| 743908 | 743908 | 65557 65557 | 64795 64795 |
| 792829 | 792829 | 65557 65557 | 96310 96310 |
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)
);