inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 54939
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 368681 | 368681 | 54939 54939 | 80307 80307 |
| 739547 | 739547 | 54939 54939 | 80309 80309 |
| 789062 | 789062 | 54939 54939 | 80311 80311 |
| 822724 | 822724 | 54939 54939 | 80310 80310 |
| 1027602 | 1027602 | 54939 54939 | 80308 80308 |
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)
);