inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 22742
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 369675 | 369675 | 92203 92203 | 22742 22742 |
| 369676 | 369676 | 496849 496849 | 22742 22742 |
| 369677 | 369677 | 11354 11354 | 22742 22742 |
| 369678 | 369678 | 239320 239320 | 22742 22742 |
| 369679 | 369679 | 321506 321506 | 22742 22742 |
| 369680 | 369680 | 221753 221753 | 22742 22742 |
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)
);