inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 45493
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 574646 | 574646 | 290111 290111 | 45493 45493 |
| 574647 | 574647 | 290110 290110 | 45493 45493 |
| 574648 | 574648 | 65000 65000 | 45493 45493 |
| 574649 | 574649 | 335588 335588 | 45493 45493 |
| 574650 | 574650 | 214637 214637 | 45493 45493 |
| 574651 | 574651 | 23672 23672 | 45493 45493 |
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)
);