inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 404505
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 51612 | 51612 | 417051 417051 | 404505 404505 |
| 51613 | 51613 | 496023 496023 | 404505 404505 |
| 51614 | 51614 | 482394 482394 | 404505 404505 |
| 51615 | 51615 | 370201 370201 | 404505 404505 |
| 51616 | 51616 | 370202 370202 | 404505 404505 |
| 51617 | 51617 | 370200 370200 | 404505 404505 |
| 51618 | 51618 | 460637 460637 | 404505 404505 |
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)
);