inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 73222
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 558227 | 558227 | 484470 484470 | 73222 73222 |
| 558228 | 558228 | 431656 431656 | 73222 73222 |
| 558229 | 558229 | 470341 470341 | 73222 73222 |
| 558230 | 558230 | 519254 519254 | 73222 73222 |
| 558231 | 558231 | 382938 382938 | 73222 73222 |
| 558232 | 558232 | 50391 50391 | 73222 73222 |
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)
);