inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 3044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 56812 | 56812 | 1186 1186 | 3044 3044 |
| 56813 | 56813 | 29130 29130 | 3044 3044 |
| 56814 | 56814 | 6073 6073 | 3044 3044 |
| 56815 | 56815 | 246582 246582 | 3044 3044 |
| 56816 | 56816 | 271933 271933 | 3044 3044 |
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)
);