inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 12946
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 673653 | 673653 | 296304 296304 | 12946 12946 |
| 673654 | 673654 | 5736 5736 | 12946 12946 |
| 673655 | 673655 | 296303 296303 | 12946 12946 |
| 673656 | 673656 | 75584 75584 | 12946 12946 |
| 673657 | 673657 | 259285 259285 | 12946 12946 |
| 673658 | 673658 | 487026 487026 | 12946 12946 |
| 673659 | 673659 | 310529 310529 | 12946 12946 |
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)
);