inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 15581
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 841178 | 841178 | 488952 488952 | 15581 15581 |
| 841179 | 841179 | 45892 45892 | 15581 15581 |
| 841180 | 841180 | 242247 242247 | 15581 15581 |
| 841181 | 841181 | 527347 527347 | 15581 15581 |
| 841182 | 841182 | 265166 265166 | 15581 15581 |
| 841183 | 841183 | 38450 38450 | 15581 15581 |
| 841184 | 841184 | 7353 7353 | 15581 15581 |
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)
);