inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 20405
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 187220 | 187220 | 10074 10074 | 20405 20405 |
| 187221 | 187221 | 226830 226830 | 20405 20405 |
| 187222 | 187222 | 87086 87086 | 20405 20405 |
| 187223 | 187223 | 341410 341410 | 20405 20405 |
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)
);