inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 27360
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 15688 | 15688 | 13872 13872 | 27360 27360 |
| 15689 | 15689 | 256592 256592 | 27360 27360 |
| 15690 | 15690 | 500415 500415 | 27360 27360 |
| 15691 | 15691 | 28354 28354 | 27360 27360 |
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)
);