inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
11 rows where query_id = 15786
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 144842 | 144842 | 77921 77921 | 15786 15786 |
| 144843 | 144843 | 228621 228621 | 15786 15786 |
| 144844 | 144844 | 30689 30689 | 15786 15786 |
| 144845 | 144845 | 155834 155834 | 15786 15786 |
| 144846 | 144846 | 489130 489130 | 15786 15786 |
| 144847 | 144847 | 265831 265831 | 15786 15786 |
| 144848 | 144848 | 265830 265830 | 15786 15786 |
| 144849 | 144849 | 53816 53816 | 15786 15786 |
| 144850 | 144850 | 242810 242810 | 15786 15786 |
| 144851 | 144851 | 527491 527491 | 15786 15786 |
| 144852 | 144852 | 7490 7490 | 15786 15786 |
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)
);