inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
12 rows where query_id = 10256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 335746 | 335746 | 45575 45575 | 10256 10256 |
| 335747 | 335747 | 306521 306521 | 10256 10256 |
| 335748 | 335748 | 222385 222385 | 10256 10256 |
| 335749 | 335749 | 11188 11188 | 10256 10256 |
| 335750 | 335750 | 531048 531048 | 10256 10256 |
| 335751 | 335751 | 275423 275423 | 10256 10256 |
| 335752 | 335752 | 239307 239307 | 10256 10256 |
| 335753 | 335753 | 275422 275422 | 10256 10256 |
| 335754 | 335754 | 38537 38537 | 10256 10256 |
| 335755 | 335755 | 91254 91254 | 10256 10256 |
| 335756 | 335756 | 4159 4159 | 10256 10256 |
| 335757 | 335757 | 496320 496320 | 10256 10256 |
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)
);