Show students’ first name and last name, the course numbers the student took (don’t include currently taking) and its credits, and the grades of the courses in the ascending order of last name and first name and descending order of course number

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter4: Constraints
Section: Chapter Questions
Problem 15MC: Which of the following data dictionary objects should be used to view information about the...
icon
Related questions
icon
Concept explainers
Question
  1. Show students’ first name and last name, the course numbers the student took (don’t include currently taking) and its credits, and the grades of the courses in the ascending order of last name and first name and descending order of course number

STUDENT TABLE

100001

Johnson

Ariel

2000-07-10

Y

100002

Green

Robin

2001-11-02

Y

100003

Johnson

Charles

1995-01-12

Y

100004

Pearson

Jeffery

1996-02-06

Y

100005

Sears

Miguel

1998-10-31

Y

100006

Kyle

Leah

2000-05-29

Y

100007

Myers

Lynda

1980-08-24

Y

 

DB Browser for SQLite - C:\Users\13309\OneDrive\Desktop\sqlite\LabAssignment3.sqlite
File
Edit View Tools Help
CONew Database
Open Database
GWrite Changes
Revert Changes
Open Project
Save Project
Attach Database
X Close Database
Database Structure Browse Data
Edit Pragmas
Execute SQL
Table: COURSE
a Fiter in any column
CourseID CourseNumber Description
Credit
Filter
Filter
Filter
Filter
10001
MISM4221 System .
3
2
10002
MISM4222 System .
3
3
10003
CPSC3131 Database I
4
10004
CPSC3132 Database II
3
5
10005
CPSC4231 Cyber .
6
10006
MISM3136 Database
3
10007
ECON3221 Principles.
Transcribed Image Text:DB Browser for SQLite - C:\Users\13309\OneDrive\Desktop\sqlite\LabAssignment3.sqlite File Edit View Tools Help CONew Database Open Database GWrite Changes Revert Changes Open Project Save Project Attach Database X Close Database Database Structure Browse Data Edit Pragmas Execute SQL Table: COURSE a Fiter in any column CourseID CourseNumber Description Credit Filter Filter Filter Filter 10001 MISM4221 System . 3 2 10002 MISM4222 System . 3 3 10003 CPSC3131 Database I 4 10004 CPSC3132 Database II 3 5 10005 CPSC4231 Cyber . 6 10006 MISM3136 Database 3 10007 ECON3221 Principles.
DB Browser for SQLite - CAUsers\13309\OneDrive\Desktop\sqlite\LabAssignment3.sqlite
File
Edit View Tools Help
oNew Database
Open Database
Write Changes
BRevert Changes
Open Project
Save Project
Attach Database
X Close Database
Database Structure
Browse Data
Edit Pragmas
Execute SQL
Table:
|ENROLLMENT
Fiter in any column
StudentID CourseID Grade
Filter
Filter
Filter
100001
10001 A
2
100001
10003 NULL
3
100001
10004 A
4
100002
10006 NULL
5
100002
10004 B
6.
100002
10005 B
7
100003
10004 NULL
8
100004
10002 A
100004
10003 B
10
100004
10005 NULL
11
100005
10001 NULL
12
100006
10001 C
13
100006
10003 C
14
100006
10004 NULL
Transcribed Image Text:DB Browser for SQLite - CAUsers\13309\OneDrive\Desktop\sqlite\LabAssignment3.sqlite File Edit View Tools Help oNew Database Open Database Write Changes BRevert Changes Open Project Save Project Attach Database X Close Database Database Structure Browse Data Edit Pragmas Execute SQL Table: |ENROLLMENT Fiter in any column StudentID CourseID Grade Filter Filter Filter 100001 10001 A 2 100001 10003 NULL 3 100001 10004 A 4 100002 10006 NULL 5 100002 10004 B 6. 100002 10005 B 7 100003 10004 NULL 8 100004 10002 A 100004 10003 B 10 100004 10005 NULL 11 100005 10001 NULL 12 100006 10001 C 13 100006 10003 C 14 100006 10004 NULL
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Query Syntax
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr