inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15233
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 367225 | 367225 | 7142 7142 | 15233 15233 |
| 367226 | 367226 | 161870 161870 | 15233 15233 |
| 367227 | 367227 | 496756 496756 | 15233 15233 |
| 367228 | 367228 | 531230 531230 | 15233 15233 |
| 367229 | 367229 | 339682 339682 | 15233 15233 |
| 367230 | 367230 | 92039 92039 | 15233 15233 |
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)
);