课程: SQL Hands-On Practice: Solve Business Problems
CoderPad introduction
- [Instructor] This course includes automated code challenges that appear when you click on the challenge links in your course's table of contents. Each challenge includes instructions and a code editor you can use to create and test your own solution to the challenge. These challenges are hosted by CoderPad and they appear in the same area of the course page where you watch the course's videos. We recommend using a desktop browser for the best experience with code challenges, but you can use the LinkedIn Learning mobile app if you prefer. The code Challenge has three areas, instructions in the top left, a console for output in the bottom left, and a code editor for your answer on the right. You can use these drag handles to allocate space as you would like. To get even more horizontal space for the code editor, you can collapse the course's table of contents on the left. Each challenge has instructions that include a description of the challenge and the challenge's desired result. Create your answer in the code editor. When you click Test My Code, you'll see a message indicating whether your code returned a correct result, and a text-based version of the return data. If your answer doesn't create a correct result, you'll see a message telling you that the code is incorrect and showing you the data that was returned. If any messages are too long to fit in the console, you can always scroll sideways to see all the text. When you finish each code challenge, return to the course's table of contents and click the next video to see my solution.