Right Outer Join Query User Level

# Introduction In this project, you will learn how to create a database, tables, and perform a right outer join query to retrieve the level of all users based on their scores. ## 👀 Preview ![Unfinished](https://file.labex.io/namespace/718bace8-27a3-4200-a588-dde4041ceeb9/mysql/project-right-outer-join-query-user-level/lab-right-outer-join-query-user-level/assets/img_1.png) ## 🎯 Tasks In this project, you will learn: - How to access MySQL using the `sudo` command without a password - How to create a database and tables - How to insert data into the tables - How to perform a right outer join query to retrieve the level of all users ## 🏆 Achievements After completing this project, you will be able to: - Understand the basics of MySQL database management - Create and manipulate tables in a database - Perform complex SQL queries, such as right outer joins, to retrieve data - Apply your SQL knowledge to real-world scenarios, such as user management in a video or audio application

|60 : 00

Click the virtual machine below to start practicing