inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 74949
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 282080 | 282080 | 207534 207534 | 74949 74949 |
| 282081 | 282081 | 207535 207535 | 74949 74949 |
| 282082 | 282082 | 51513 51513 | 74949 74949 |
| 282083 | 282083 | 155594 155594 | 74949 74949 |
| 282084 | 282084 | 229575 229575 | 74949 74949 |
| 282085 | 282085 | 241971 241971 | 74949 74949 |
| 282086 | 282086 | 207536 207536 | 74949 74949 |
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)
);