inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15272
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 432120 | 432120 | 7165 7165 | 15272 15272 |
| 432121 | 432121 | 66118 66118 | 15272 15272 |
| 432122 | 432122 | 488674 488674 | 15272 15272 |
| 432123 | 432123 | 32848 32848 | 15272 15272 |
| 432124 | 432124 | 241633 241633 | 15272 15272 |
| 432125 | 432125 | 263955 263955 | 15272 15272 |
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)
);