inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 30507
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 172401 | 172401 | 65070 65070 | 30507 30507 |
| 172402 | 172402 | 267341 267341 | 30507 30507 |
| 172403 | 172403 | 243512 243512 | 30507 30507 |
| 172404 | 172404 | 267342 267342 | 30507 30507 |
| 172405 | 172405 | 15700 15700 | 30507 30507 |
| 172406 | 172406 | 534588 534588 | 30507 30507 |
| 172407 | 172407 | 334625 334625 | 30507 30507 |
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)
);