inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 62618
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 123047 | 123047 | 340780 340780 | 62618 62618 |
| 123048 | 123048 | 42568 42568 | 62618 62618 |
| 123049 | 123049 | 534024 534024 | 62618 62618 |
| 123050 | 123050 | 229856 229856 | 62618 62618 |
| 123051 | 123051 | 103018 103018 | 62618 62618 |
| 123052 | 123052 | 502192 502192 | 62618 62618 |
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)
);