"HR-SQL Employee Salaries"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;HR-SQL Employee Salaries
;HR-SQL Employee Salaries
*
* https://www.hackerrank.com/challenges/salary-of-employees/problem


{{HR-SQL 헤더}}
{{HR-SQL 헤더}}
8번째 줄: 8번째 줄:


==DB2==
==DB2==
<source lang='sql'>
<syntaxhighlight lang='sql'>
</source>
</syntaxhighlight>


==MS SQL==
==MS SQL==
<source lang='sql'>
<syntaxhighlight lang='sql'>
</source>
</syntaxhighlight>


==MySQL==
==MySQL==
<source lang='sql'>
<syntaxhighlight lang='sql'>
</source>
SELECT name FROM Employee
WHERE salary > 2000 AND months < 10
ORDER BY employee_id;
</syntaxhighlight>


==Oracle==
==Oracle==
<source lang='sql'>
<syntaxhighlight lang='sql'>
</source>
</syntaxhighlight>

2021년 7월 31일 (토) 10:49 기준 최신판

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}