|
silver
Search posts...
Internal Traffic (traffic_type=internal)
Accessed from the dashboard.
This session is not logged.
SQL문제풀기
[SQL문제풀기] Employee Salaries
silver
Apr 12, 2025
Share
Contents
문제
MySQL, Oracle, MS SQL Server, DB2
문제
Employee Names | HackerRank
Print employee names.
https://www.hackerrank.com/challenges/name-of-employees/problem?isFullScreen=true
MySQL, Oracle, MS SQL Server, DB2
내가 작성한 정답
select
name
from
Employee
where
salary
>
2000
and
months
<
10
;
Share article
Share
silver
RSS
·
Powered by Inblog