SQL Database Creation and Non-Equijoin Query (Challenge)

# Introduction This challenge involves developing a database and corresponding tables. We'll then insert data into these tables before executing a non-equijoin query. Objectively, we aim to extract the levels of all users from the supplied database information. The query output should include `User` and `Level` as columns.

|60 : 00

Click the virtual machine below to start practicing