inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 342203
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 269411 | 269411 | 381033 381033 | 342203 342203 |
| 269412 | 269412 | 254921 254921 | 342203 342203 |
| 269413 | 269413 | 468812 468812 | 342203 342203 |
| 269414 | 269414 | 515268 515268 | 342203 342203 |
| 269415 | 269415 | 429649 429649 | 342203 342203 |
| 269416 | 269416 | 484196 484196 | 342203 342203 |
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)
);