Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 5 The query that displays the teachers who works at department starts with letter entered by user in ascending order: Not yet answered Marked

image text in transcribedimage text in transcribed

Question 5 The query that displays the teachers who works at department starts with letter entered by user in ascending order: Not yet answered Marked out of 1.00 a. select teacher_name from teachers where department_name like &letter%; O b. select teacher_name from teachers where department_name like &letter% order by upper(teacher_name); O c. select upper(teacher_name) from teachers where department_name like '&letter%' order by upper(teacher_name) desc; O d. select upper(teacher_name) from teachers where department_name like '8letter%' order by teacher_name: P Flag question Question 6 Display info about exams that have an average mark greater than or equal 40. Not yet answered Marked out of 1.00 a. SELECT exam_name,AVG(mark) FROM exam_results GROUP BY exam_name having avg(mark) >=40; O b. SELECT exam_name. AVG(mark) FROM exam_results GROUP BY exam_name where avg(mark) >40; OC. SELECT exam_name. AVG(mark) FROM exam_results having avg(mark)>=40; O d. SELECT exam_name,AVG(mark) FROM exam_results P Flag

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Marketing The Ultimate Marketing Tool

Authors: Edward L. Nash

1st Edition

0070460639, 978-0070460638

More Books

Students also viewed these Databases questions

Question

4-6 Is there a digital divide? If so, why does it matter?

Answered: 1 week ago

Question

6. Explain how to train managers to coach employees.

Answered: 1 week ago

Question

5. Tell how job experiences can be used for skill development.

Answered: 1 week ago

Question

4. Explain the characteristics of successful mentoring programs.

Answered: 1 week ago