inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 15392
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 119943 | 119943 | 241844 241844 | 15392 15392 |
| 119944 | 119944 | 230182 230182 | 15392 15392 |
| 119945 | 119945 | 77485 77485 | 15392 15392 |
| 119946 | 119946 | 155561 155561 | 15392 15392 |
| 119947 | 119947 | 488799 488799 | 15392 15392 |
| 119948 | 119948 | 527253 527253 | 15392 15392 |
| 119949 | 119949 | 264353 264353 | 15392 15392 |
| 119950 | 119950 | 318713 318713 | 15392 15392 |
| 119951 | 119951 | 47905 47905 | 15392 15392 |
| 119952 | 119952 | 7238 7238 | 15392 15392 |
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)
);