inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 231066
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 256037 | 256037 | 230907 230907 | 231066 231066 |
| 256038 | 256038 | 207301 207301 | 231066 231066 |
| 256039 | 256039 | 207302 207302 | 231066 231066 |
| 256040 | 256040 | 155171 155171 | 231066 231066 |
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)
);