inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 2728
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 40127 | 40127 | 28543 28543 | 2728 2728 |
| 40128 | 40128 | 1056 1056 | 2728 2728 |
| 40129 | 40129 | 294418 294418 | 2728 2728 |
| 40130 | 40130 | 5294 5294 | 2728 2728 |
| 40131 | 40131 | 57506 57506 | 2728 2728 |
| 40132 | 40132 | 258222 258222 | 2728 2728 |
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)
);