inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 26884
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 540741 | 540741 | 287655 287655 | 26884 26884 |
| 540742 | 540742 | 38431 38431 | 26884 26884 |
| 540743 | 540743 | 99085 99085 | 26884 26884 |
| 540744 | 540744 | 499888 499888 | 26884 26884 |
| 540745 | 540745 | 55183 55183 | 26884 26884 |
| 540746 | 540746 | 13603 13603 | 26884 26884 |
| 540747 | 540747 | 329766 329766 | 26884 26884 |
| 540748 | 540748 | 287654 287654 | 26884 26884 |
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)
);