inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 93032
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 813151 | 813151 | 63459 63459 | 93032 93032 |
| 813152 | 813152 | 206518 206518 | 93032 93032 |
| 813153 | 813153 | 154053 154053 | 93032 93032 |
| 813154 | 813154 | 75419 75419 | 93032 93032 |
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)
);