Problem 3: Determine the output SQL> desc courseinfo; Name Null? Туре VARCHAR2 (4) VARCHAR2 (25) NUMBER (3) NUMBER (3) CRSNO CRSNAME САРАСITY ENROLLED SQL> select * from courseinfo: CRSN CRSNAME САРАCITY ENROLLED CIO5 C++ CIO7 VB 20 32 24 CI12 Oracle 30 CI17 PHP 32 32 BU10 Management 32 18 BU19 Sales 25 20 BU23 Accounting 30 21 7 rows selected. SQL> select substr(crsno, 1,2), sum (enrolled) 2 from courseinfo 3 group by substr(crsno, 1,2) 4 having sum (enrolled) > 5 www ww w (select avg (enrolled) 6 from courseinfo); Explain and show the output that would be produced. Problem 4: Now make this change and explain and show the output that would be produced. SOL> select substr(crsno,1,2), avg (enrolled) from courseinfo 3 group by substr(crsno,1,2) 4 having avg (enrolled) > (select avg (enrolled) from courseinfo); 5 N 22 312 2 ONO N25O

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Please solve if can!

Problem 3: Determine the output
SQL> desc courseinfo;
Name
Null?
Туре
VARCHAR2 (4)
VARCHAR2 (25)
NUMBER (3)
NUMBER (3)
CRSNO
CRSNAME
CAPACITY
ENROLLED
SQL> select * from courseinfo;
w nd
CRSN CRSNAME
САРАCITY
ENROLLED
--- -
CIO5 C++
30
20
CIO7 VB
32
24
CI12 Oracle
30
27
CI17 PHP
32
32
BU10 Management
32
18
BU19 Sales
25
20
BU23 Accounting
30
21
7 rows selected.
SQL> select substr(crsno, 1,2), sum (enrolled)
from courseinfo
group by substr(crsno, 1,2)
having sum (enrolled) >
(select avg (enrolled)
from courseinfo);
2
3
w
4
5
6
wwww
Explain and show the output that would be produced.
Problem 4: Now make this change and explain and show the
output that would be produced.
SQL> select substr(crsno, 1,2), avg (enrolled)
from courseinfo
group by substr(crsno, 1,2)
4 having avg (enrolled) >
(select avg (enrolled)
from courseinfo);
w w ww
5
Transcribed Image Text:Problem 3: Determine the output SQL> desc courseinfo; Name Null? Туре VARCHAR2 (4) VARCHAR2 (25) NUMBER (3) NUMBER (3) CRSNO CRSNAME CAPACITY ENROLLED SQL> select * from courseinfo; w nd CRSN CRSNAME САРАCITY ENROLLED --- - CIO5 C++ 30 20 CIO7 VB 32 24 CI12 Oracle 30 27 CI17 PHP 32 32 BU10 Management 32 18 BU19 Sales 25 20 BU23 Accounting 30 21 7 rows selected. SQL> select substr(crsno, 1,2), sum (enrolled) from courseinfo group by substr(crsno, 1,2) having sum (enrolled) > (select avg (enrolled) from courseinfo); 2 3 w 4 5 6 wwww Explain and show the output that would be produced. Problem 4: Now make this change and explain and show the output that would be produced. SQL> select substr(crsno, 1,2), avg (enrolled) from courseinfo group by substr(crsno, 1,2) 4 having avg (enrolled) > (select avg (enrolled) from courseinfo); w w ww 5
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY