inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 7921
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1024133 | 1024133 | 3169 3169 | 7921 7921 |
| 1024134 | 1024134 | 238815 238815 | 7921 7921 |
| 1024135 | 1024135 | 71679 71679 | 7921 7921 |
| 1024136 | 1024136 | 206489 206489 | 7921 7921 |
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)
);