inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 13457
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 291949 | 291949 | 246535 246535 | 13457 13457 |
| 291950 | 291950 | 88952 88952 | 13457 13457 |
| 291951 | 291951 | 54936 54936 | 13457 13457 |
| 291952 | 291952 | 6047 6047 | 13457 13457 |
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)
);