Calculate User's Encrypted Password (Challenge)

# 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.

|60 : 00

Click the virtual machine below to start practicing