inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 111237
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 373077 | 373077 | 249267 249267 | 111237 111237 |
| 373078 | 373078 | 79207 79207 | 111237 111237 |
| 373079 | 373079 | 489893 489893 | 111237 111237 |
| 373080 | 373080 | 331282 331282 | 111237 111237 |
| 373081 | 373081 | 277019 277019 | 111237 111237 |
| 373082 | 373082 | 277020 277020 | 111237 111237 |
| 373083 | 373083 | 527964 527964 | 111237 111237 |
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)
);