inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 66900
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 794832 | 794832 | 246128 246128 | 66900 66900 |
| 794833 | 794833 | 94431 94431 | 66900 66900 |
| 794834 | 794834 | 162868 162868 | 66900 66900 |
| 794835 | 794835 | 88562 88562 | 66900 66900 |
| 794836 | 794836 | 160293 160293 | 66900 66900 |
| 794837 | 794837 | 46102 46102 | 66900 66900 |
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)
);