inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 63592
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 25321 | 25321 | 63592 63592 | 93215 93215 |
| 25322 | 25322 | 63592 63592 | 93212 93212 |
| 38485 | 38485 | 63592 63592 | 93214 93214 |
| 280427 | 280427 | 63592 63592 | 93213 93213 |
| 373959 | 373959 | 63592 63592 | 93211 93211 |
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)
);