inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10301
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 807073 | 807073 | 4181 4181 | 10301 10301 |
| 807074 | 807074 | 500848 500848 | 10301 10301 |
| 807075 | 807075 | 292603 292603 | 10301 10301 |
| 807076 | 807076 | 55860 55860 | 10301 10301 |
| 807077 | 807077 | 37662 37662 | 10301 10301 |
| 807078 | 807078 | 12658 12658 | 10301 10301 |
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)
);