inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 90211
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 884721 | 884721 | 251105 251105 | 90211 90211 |
| 884722 | 884722 | 219837 219837 | 90211 90211 |
| 884723 | 884723 | 237640 237640 | 90211 90211 |
| 884724 | 884724 | 61556 61556 | 90211 90211 |
| 884725 | 884725 | 73653 73653 | 90211 90211 |
| 884726 | 884726 | 61555 61555 | 90211 90211 |
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)
);