inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 12268
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 28011 | 28011 | 29970 29970 | 12268 12268 |
| 28012 | 28012 | 5337 5337 | 12268 12268 |
| 28013 | 28013 | 486647 486647 | 12268 12268 |
| 28014 | 28014 | 212309 212309 | 12268 12268 |
| 28015 | 28015 | 258506 258506 | 12268 12268 |
| 28016 | 28016 | 294862 294862 | 12268 12268 |
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)
);