inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28647
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 924511 | 924511 | 66533 66533 | 28647 28647 |
| 924512 | 924512 | 260261 260261 | 28647 28647 |
| 924513 | 924513 | 40144 40144 | 28647 28647 |
| 924514 | 924514 | 239773 239773 | 28647 28647 |
| 924515 | 924515 | 14646 14646 | 28647 28647 |
| 924516 | 924516 | 533608 533608 | 28647 28647 |
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)
);