inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 155868
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 207742 | 207742 | 169932 169932 | 155868 155868 |
| 207743 | 207743 | 107567 107567 | 155868 155868 |
| 207744 | 207744 | 270042 270042 | 155868 155868 |
| 207745 | 207745 | 504801 504801 | 155868 155868 |
| 207746 | 207746 | 270041 270041 | 155868 155868 |
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)
);