inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 19118
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 765624 | 765624 | 9350 9350 | 19118 19118 |
| 765625 | 765625 | 36299 36299 | 19118 19118 |
| 765626 | 765626 | 294857 294857 | 19118 19118 |
| 765627 | 765627 | 492871 492871 | 19118 19118 |
| 765628 | 765628 | 258503 258503 | 19118 19118 |
| 765629 | 765629 | 55541 55541 | 19118 19118 |
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)
);