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
ðŊ 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