일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- MSSQL
- hackerrank
- pyhcarm
- declare
- 델파이
- TMS
- queryset
- delphi 10.3
- Visual Studio
- GIT
- 백준
- python3
- blog
- PyCharm
- c#
- advColumnGrid
- Django
- rank
- 중복제거
- Delphi
- get_object_or_404
- Push
- python 3.7
- COMMIT
- HTML
- templates
- pythonanywhere
- dbadvgrid
- github
- anaconda3
- Today
- Total
목록rank (2)
DevHyun
www.hackerrank.com/domains/sql Pivot the Occupation column in OCCUPATIONS so that each Name is sorted alphabetically and displayed underneath its corresponding Occupation. The output column headers should be Doctor, Professor, Singer, and Actor, respectively. Note: Print NULL when there are no more names corresponding to an occupation. Input Format The OCCUPATIONS table is described as follows: ..
www.hackerrank.com/domains/sql Query the two cities in STATION with the shortest and longest CITY names, as well as their respective lengths (i.e.: number of characters in the name). If there is more than one smallest or largest city, choose the one that comes first when ordered alphabetically. The STATION table is described as follows: where LAT_N is the northern latitude and LONG_W is the west..