inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 10184
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 73066 | 73066 | 101962 101962 | 10184 10184 |
| 73067 | 73067 | 14774 14774 | 10184 10184 |
| 73068 | 73068 | 342914 342914 | 10184 10184 |
| 73069 | 73069 | 166103 166103 | 10184 10184 |
| 73070 | 73070 | 501535 501535 | 10184 10184 |
| 73071 | 73071 | 231805 231805 | 10184 10184 |
| 73072 | 73072 | 4129 4129 | 10184 10184 |
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)
);