helga-spivak / 3008

0 stars 0 forks source link

HW lesson 9 - SQL deadline 09.09.2022 (12.00 Minsk time) #24

Closed helga-spivak closed 1 year ago

helga-spivak commented 1 year ago

Вам необходимо сделать запросы тут: https://livesql.oracle.com/ Запросы оформляем в документ, чтобы я могла их все выполнить у себя :) Файл с заданием на диске https://disk.yandex.by/d/9YapkjUaCW4VFg :)

пример запроса (2 задание) (помним про hr.) select * from hr.employees where DEPARTMENT_ID = 100

Aceptance criteria (критерии приемки): Для написания используем гугл доки (или аналог) мне скидываем ссылку на файл с возможностью редактировать Документ должен называться Фамилия_№ ДЗ

https://user-images.githubusercontent.com/57717954/176049966-dfbfda23-91a6-4a33-a42d-aa44b37b9305.png

Примеры с урока (case я починила, проблема была в лишних кавычках после end as) : /select from HR.COUNTRIES where REGION_ID != 2 */

select * from HR.EMPLOYEES where DEPARTMENT_ID = 100

select EMPLOYEE_ID, FIRST_NAME,SALARY, DEPARTMENT_ID, case
when DEPARTMENT_ID =10 then 'cats' when DEPARTMENT_ID =30 then 'dogs' when DEPARTMENT_ID =50 then 'bugs' else 'smth' end as animals from HR.EMPLOYEES where DEPARTMENT_ID in (10, 30, 50)

select distinct emp.SALARY from HR.EMPLOYEES emp where emp.JOB_ID like 'IT%'

select distinct emp.SALARY from HR.EMPLOYEES emp join hr.DEPARTMENTS dep on dep.DEPARTMENT_ID = emp.DEPARTMENT_ID where dep.DEPARTMENT_name = 'IT'

AnnaShchakatsikhina commented 1 year ago

https://docs.google.com/document/d/18MOYybVv32OoYNAyWlwOtn_DNaD051y-Zj1_n89RcyM/edit?usp=drivesdk

samiaasv commented 1 year ago

https://docs.google.com/document/d/15lCsBHnzAL07eDlpvsmFCcwAEbb-yJDy4OoV3B7llzo/edit

riabitsanatallia commented 1 year ago

https://docs.google.com/document/d/1ofExet6I_m5sIcOaJbAP_CiDIueQOmmLEZ5E0xgqtXc/edit?usp=sharing

serzhagolkin commented 1 year ago

https://docs.google.com/document/d/1nu7of8b9zySeYuMFNd4Jnr9ZZlz_bxAL40A6li4OmY8/edit?usp=sharing

vikabraim commented 1 year ago

https://docs.google.com/document/d/1KCiS-GNTlGXidPKzvcb_sM7KXfs-pdD_dG-JBvBvUuo/edit?usp=sharing

ordsveta commented 1 year ago

https://docs.google.com/document/d/1hmk2M_qGmzENcE4BMHWCf6BhfeRKPpRMioy6xZXRq7I/edit

juliamartsul commented 1 year ago

https://docs.google.com/document/d/1LrmR2OVfzW5Cu9VQpAL-j7F8vzU_wBkIoMZIxCOrJDA/edit?usp=sharing

angelinadobr commented 1 year ago

https://docs.google.com/document/d/13EDCwiAJPnKh3dfUDknaV2RuG-i5y1BYY9i3ZptYvYg/edit?usp=sharing

pasha-ivchenko commented 1 year ago

https://docs.google.com/document/d/1OQzfiRe4BgW3HrdFm8qhJqP9zjZGUBRBWCOAbCPck9w/edit?usp=sharing

nasxxt commented 1 year ago

https://www.dropbox.com/scl/fi/7nutxavukbwh8vi936iv8/HW-lesson-9-SQL.gdoc?dl=0&rlkey=7dczl1nq5tb3n25yvvdawa1k4

TinaSergey commented 1 year ago

https://docs.google.com/document/d/1obd9ROdIEkzgF80tkQwWwqsn-sR0QpAHtfMXKg3JQLk/edit?usp=sharing

KSaiko2007 commented 1 year ago

https://docs.google.com/document/d/14PKHiGxON-CaSet9i1_mg95XHu3cIEfHL2D-0GUxSlY/edit