# Task 8

## <mark style="color:purple;">Task 8</mark>

*Which command is used to select the desired database in Redis?*

### <mark style="color:purple;">Answer</mark>

select

### <mark style="color:purple;">Explanation</mark>

Redis supports multiple databases, and by default, it starts with database 0. You can use the **select** command followed by the database number to switch to a different database.
