inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 29101
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 839208 | 839208 | 501721 501721 | 29101 29101 |
| 839209 | 839209 | 533813 533813 | 29101 29101 |
| 839210 | 839210 | 61916 61916 | 29101 29101 |
| 839211 | 839211 | 14906 14906 | 29101 29101 |
| 839212 | 839212 | 240285 240285 | 29101 29101 |
| 839213 | 839213 | 261316 261316 | 29101 29101 |
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)
);