inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 30373
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 410514 | 410514 | 45815 45815 | 30373 30373 |
| 410515 | 410515 | 32817 32817 | 30373 30373 |
| 410516 | 410516 | 503198 503198 | 30373 30373 |
| 410517 | 410517 | 15611 15611 | 30373 30373 |
| 410518 | 410518 | 267040 267040 | 30373 30373 |
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)
);