Formatting
Readable code is highly valued in the coding community and professional settings. Without proper formatting, code and results can be difficult to interpret. You'll often be working with other people that need to understand your code or be able to explain your results, so having a solid formatting habit is essential.
In this exercise, you'll correct poorly written code to better adhere to SQL style standards.
Latihan ini adalah bagian dari kursus
Intermediate SQL
Petunjuk latihan
- Adjust the sample code so that it is in line with standard practices.
Latihan interaktif praktis
Cobalah latihan ini dengan menyelesaikan kode contoh berikut.
-- Rewrite this query
select person_id, role from roles limit 10