inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 20557
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 332144 | 332144 | 248256 248256 | 20557 20557 |
| 332145 | 332145 | 91098 91098 | 20557 20557 |
| 332146 | 332146 | 67706 67706 | 20557 20557 |
| 332147 | 332147 | 10159 10159 | 20557 20557 |
| 332148 | 332148 | 531006 531006 | 20557 20557 |
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)
);