Skip to content

Commit c9edba4

Browse files
committed
Remebered tasks that I had during Hackerrank certification chalendge
1 parent a831428 commit c9edba4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- This is a not exact SQL request, but just what I stored after
2+
SELECT employee_ID, name FROM EMPLOYEES
3+
WHERE description LIKE '%HR%' AND employee_ID IN (SELECT employee_ID FROM last_year_bonus WHERE bonus >= 5000)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- This is a not exact SQL request, but just what I stored after
2+
SELECT roller_ID, name FROM students WHERE
3+
roller_ID IN (SELECT roller_ID from ROLLER_STUDENTS_MARK WHERE ( subject_one+subject_two+subject_three< 100))

0 commit comments

Comments
 (0)