inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 27826
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 957634 | 957634 | 533065 533065 | 27826 27826 |
| 957635 | 957635 | 292376 292376 | 27826 27826 |
| 957636 | 957636 | 14170 14170 | 27826 27826 |
| 957637 | 957637 | 257221 257221 | 27826 27826 |
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)
);