inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 8287
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 859785 | 859785 | 38939 38939 | 8287 8287 |
| 859786 | 859786 | 64341 64341 | 8287 8287 |
| 859787 | 859787 | 12175 12175 | 8287 8287 |
| 859788 | 859788 | 531890 531890 | 8287 8287 |
| 859789 | 859789 | 3328 3328 | 8287 8287 |
| 859790 | 859790 | 280356 280356 | 8287 8287 |
| 859791 | 859791 | 251197 251197 | 8287 8287 |
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)
);