inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 3972
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 842836 | 842836 | 68994 68994 | 3972 3972 |
| 842837 | 842837 | 263010 263010 | 3972 3972 |
| 842838 | 842838 | 1558 1558 | 3972 3972 |
| 842839 | 842839 | 38594 38594 | 3972 3972 |
| 842840 | 842840 | 6878 6878 | 3972 3972 |
| 842841 | 842841 | 241044 241044 | 3972 3972 |
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)
);