inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 77726
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 723475 | 723475 | 527998 527998 | 77726 77726 |
| 723476 | 723476 | 490022 490022 | 77726 77726 |
| 723477 | 723477 | 277839 277839 | 77726 77726 |
| 723478 | 723478 | 53152 53152 | 77726 77726 |
| 723479 | 723479 | 249774 249774 | 77726 77726 |
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)
);