inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 36518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 41990 | 41990 | 249518 249518 | 36518 36518 |
| 41991 | 41991 | 537328 537328 | 36518 36518 |
| 41992 | 41992 | 45647 45647 | 36518 36518 |
| 41993 | 41993 | 277422 277422 | 36518 36518 |
| 41994 | 41994 | 18965 18965 | 36518 36518 |
| 41995 | 41995 | 28624 28624 | 36518 36518 |
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)
);