inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 54274
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 64459 | 64459 | 54274 54274 | 13849 13849 |
| 715821 | 715821 | 54274 54274 | 79319 79319 |
| 731737 | 731737 | 54274 54274 | 13850 13850 |
| 898897 | 898897 | 54274 54274 | 79321 79321 |
| 952002 | 952002 | 54274 54274 | 79320 79320 |
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)
);