inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 47947
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 79319 | 79319 | 47947 47947 | 7942 7942 |
| 407373 | 407373 | 47947 47947 | 69622 69622 |
| 741320 | 741320 | 47947 47947 | 14133 14133 |
| 938539 | 938539 | 47947 47947 | 69623 69623 |
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)
);