inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 875335 | 875335 | 39366 39366 | 10463 10463 |
| 875336 | 875336 | 267258 267258 | 10463 10463 |
| 875337 | 875337 | 503301 503301 | 10463 10463 |
| 875338 | 875338 | 243475 243475 | 10463 10463 |
| 875339 | 875339 | 15666 15666 | 10463 10463 |
| 875340 | 875340 | 4262 4262 | 10463 10463 |
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)
);