inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 68791
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 456305 | 456305 | 281716 281716 | 68791 68791 |
| 456306 | 456306 | 81159 81159 | 68791 68791 |
| 456307 | 456307 | 251931 251931 | 68791 68791 |
| 456308 | 456308 | 305924 305924 | 68791 68791 |
| 456309 | 456309 | 47380 47380 | 68791 68791 |
| 456310 | 456310 | 490802 490802 | 68791 68791 |
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)
);