inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
12 rows where query_id = 146431
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68182 | 68182 | 232034 232034 | 146431 146431 |
| 68183 | 68183 | 101694 101694 | 146431 146431 |
| 68184 | 68184 | 395900 395900 | 146431 146431 |
| 68185 | 68185 | 351848 351848 | 146431 146431 |
| 68186 | 68186 | 447319 447319 | 146431 146431 |
| 68187 | 68187 | 395901 395901 | 146431 146431 |
| 68188 | 68188 | 341293 341293 | 146431 146431 |
| 68189 | 68189 | 447320 447320 | 146431 146431 |
| 68190 | 68190 | 165958 165958 | 146431 146431 |
| 68191 | 68191 | 479790 479790 | 146431 146431 |
| 68192 | 68192 | 501365 501365 | 146431 146431 |
| 68193 | 68193 | 351847 351847 | 146431 146431 |
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)
);