inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 62322
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 305144 | 305144 | 111831 111831 | 62322 62322 |
| 305145 | 305145 | 223730 223730 | 62322 62322 |
| 305146 | 305146 | 506641 506641 | 62322 62322 |
| 305147 | 305147 | 334308 334308 | 62322 62322 |
| 305148 | 305148 | 42056 42056 | 62322 62322 |
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)
);