inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 9744
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 748430 | 748430 | 3946 3946 | 9744 9744 |
| 748431 | 748431 | 46279 46279 | 9744 9744 |
| 748432 | 748432 | 487068 487068 | 9744 9744 |
| 748433 | 748433 | 5762 5762 | 9744 9744 |
| 748434 | 748434 | 259405 259405 | 9744 9744 |
| 748435 | 748435 | 296505 296505 | 9744 9744 |
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)
);