inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 15954
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 172837 | 172837 | 227682 227682 | 15954 15954 |
| 172838 | 172838 | 243537 243537 | 15954 15954 |
| 172839 | 172839 | 155971 155971 | 15954 15954 |
| 172840 | 172840 | 34118 34118 | 15954 15954 |
| 172841 | 172841 | 78175 78175 | 15954 15954 |
| 172842 | 172842 | 7585 7585 | 15954 15954 |
| 172843 | 172843 | 489303 489303 | 15954 15954 |
| 172844 | 172844 | 57591 57591 | 15954 15954 |
| 172845 | 172845 | 267391 267391 | 15954 15954 |
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)
);