inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 15189
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 365730 | 365730 | 248970 248970 | 15189 15189 |
| 365731 | 365731 | 276428 276428 | 15189 15189 |
| 365732 | 365732 | 316979 316979 | 15189 15189 |
| 365733 | 365733 | 91965 91965 | 15189 15189 |
| 365734 | 365734 | 221908 221908 | 15189 15189 |
| 365735 | 365735 | 7120 7120 | 15189 15189 |
| 365736 | 365736 | 66821 66821 | 15189 15189 |
| 365737 | 365737 | 496712 496712 | 15189 15189 |
| 365738 | 365738 | 201996 201996 | 15189 15189 |
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)
);