From the course: SQL for Finance Professionals

Using CoderPad

- [Instructor] This course offers automated code challenges that are accessible to the challenge links in the course's table of contents. Each challenge consists of instructions and a code editor where you can create and test your own solutions. These challenges are conveniently located on the same page as the course videos. For the best experience with code challenges, we recommend using a desktop browser. However, if you prefer, you can also use the LinkedIn Learning mobile app. The code environment is divided into three areas. Instructions on the top left, a console for output on the bottom left, and a code editor on the right. You have the flexibility to adjust the space allocation by using the drag handles. To maximize horizontal space for the code editor, you can collapse the course's table of contents on the left. Each technical interview question comes with clear instructions, including a description and the desired result of the question. You can then proceed to create your answer in the code editor. Once you have written your code, you can click on the Test my code button, located in the bottom right corner of the code editor. After running your code, you'll receive a message indicating whether your code returned the correct result. Additionally, you'll see a text-based version of the returned data. If your code does not produce the expected result, you'll be notified with a message stating that your code is incorrect, accompanied by the returned data. In case any messages exceed the console's width, you can simply scroll sideways to view the entire text. Once you have completed each code challenge, you can return to the course's table of contents. From there, click on the next video to access a walkthrough of the solution. This will provide you with further guidance and explanation.

Contents