inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 28659
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68539 | 68539 | 14655 14655 | 28659 28659 |
| 68540 | 68540 | 260283 260283 | 28659 28659 |
| 68541 | 68541 | 329334 329334 | 28659 28659 |
| 68542 | 68542 | 260282 260282 | 28659 28659 |
| 68543 | 68543 | 533618 533618 | 28659 28659 |
| 68544 | 68544 | 57712 57712 | 28659 28659 |
| 68545 | 68545 | 239786 239786 | 28659 28659 |
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)
);