inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 421080 | 421080 | 66333 66333 | 255 255 |
| 421081 | 421081 | 531724 531724 | 255 255 |
| 421082 | 421082 | 220283 220283 | 255 255 |
| 421083 | 421083 | 497911 497911 | 255 255 |
| 421084 | 421084 | 279323 279323 | 255 255 |
| 421085 | 421085 | 279324 279324 | 255 255 |
| 421086 | 421086 | 72403 72403 | 255 255 |
| 421087 | 421087 | 87 87 | 255 255 |
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)
);