inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 65850
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 552423 | 552423 | 65850 65850 | 8645 8645 |
| 934931 | 934931 | 65850 65850 | 96744 96744 |
| 934932 | 934932 | 65850 65850 | 96745 96745 |
| 1014221 | 1014221 | 65850 65850 | 8646 8646 |
| 1016804 | 1016804 | 65850 65850 | 62659 62659 |
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)
);