Introduction
In this project, you will learn how to create a database, tables, and insert data. You will then execute a non-equijoin query to retrieve the level of all users based on the information in the database.
ð Preview
ðŊ Tasks
In this project, you will learn:
- How to access MySQL using the
sudo
command without any password - How to create the
vip
database - How to create the
level
anduser
tables and insert data into them - How to write a SQL query to retrieve the level of all users
ð Achievements
After completing this project, you will be able to:
- Understand the process of creating a database and tables
- Gain experience in inserting data into tables
- Learn how to execute a non-equijoin query to retrieve data from multiple tables
- Apply your SQL knowledge to solve a real-world problem