Right Outer Join Query User Level (Challenge)

# Introduction In this challenge, we shall establish a database named `vip` and create two tables within it - `level` and `user`. Data will then be added to these tables and we shall conclude by executing a right outer join query on the tables to obtain the level of all users using the data presented in the `vip` database. The resulting table should contain columns for `User` and `Level`.

|60 : 00

Click the virtual machine below to start practicing