# 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.
Click the virtual machine below to start practicing