# Introduction In this challenge we will write an SQL statement to encrypt a user's password using the `SHA` function in MySQL. The objective of this challenge is to practice executing SQL statements, manipulating and printing the encrypted password using aliases, and working with functions.
Click the virtual machine below to start practicing