inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 10949
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 492895 | 492895 | 284473 284473 | 10949 10949 |
| 492896 | 492896 | 284474 284474 | 10949 10949 |
| 492897 | 492897 | 532242 532242 | 10949 10949 |
| 492898 | 492898 | 12977 12977 | 10949 10949 |
| 492899 | 492899 | 63521 63521 | 10949 10949 |
| 492900 | 492900 | 332079 332079 | 10949 10949 |
| 492901 | 492901 | 4506 4506 | 10949 10949 |
| 492902 | 492902 | 239468 239468 | 10949 10949 |
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)
);