inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 118220
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 561243 | 561243 | 289296 289296 | 118220 118220 |
| 561244 | 561244 | 289295 289295 | 118220 118220 |
| 561245 | 561245 | 83795 83795 | 118220 118220 |
| 561246 | 561246 | 301216 301216 | 118220 118220 |
| 561247 | 561247 | 158229 158229 | 118220 118220 |
| 561248 | 561248 | 255764 255764 | 118220 118220 |
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)
);