inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 68975
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 365951 | 365951 | 175525 175525 | 68975 68975 |
| 365952 | 365952 | 116171 116171 | 68975 68975 |
| 365953 | 365953 | 221898 221898 | 68975 68975 |
| 365954 | 365954 | 47501 47501 | 68975 68975 |
| 365955 | 365955 | 329962 329962 | 68975 68975 |
| 365956 | 365956 | 248980 248980 | 68975 68975 |
| 365957 | 365957 | 537058 537058 | 68975 68975 |
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)
);