inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 51377
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 286284 | 286284 | 51377 51377 | 74758 74758 |
| 540078 | 540078 | 51377 51377 | 61648 61648 |
| 815595 | 815595 | 51377 51377 | 74757 74757 |
| 950984 | 950984 | 51377 51377 | 61649 61649 |
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)
);