inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 14558
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 730431 | 730431 | 66812 66812 | 14558 14558 |
| 730432 | 730432 | 488375 488375 | 14558 14558 |
| 730433 | 730433 | 6725 6725 | 14558 14558 |
| 730434 | 730434 | 526873 526873 | 14558 14558 |
| 730435 | 730435 | 240809 240809 | 14558 14558 |
| 730436 | 730436 | 34586 34586 | 14558 14558 |
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)
);