make query for: StudentID Student Name Semester Credit Semester GPA-ICXN) SC GPA (Grade Point Average) • Semestral GPA (GPS). Semestral GPA refers to the GPA of a given semester. • Cumulative GPA. Overall Average GPA is calculated from a student's first semester of enrolment up to the last semester attended. GPA is the measurement of student's performance, calculated by: Semester GPA Where C is the credits earned from the course and N is the weight earned based on the letter grade. Credit Cumulative GPA Cumulative

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
26, 'Kampung Buah Mangga Harum Manis No. 5B')
ScoreComponent table (Component, Description, Weight)
INSERT INTO Score Component VALUES('ASG', 'Assignment', 30.00)
INSERT INTO Score Component VALUES('MID', 'Mid Test', 35.00)
INSERT INTO ScoreComponent VALUES ('FIN', 'Final Test', 35.00)
Weight table (Grade, ScoreMin, ScoreMax, Weight)
INSERT INTO [Weight] VALUES ('A, 91, 100, 4.00)
INSERT INTO [Weight] VALUES ('A-, 86, 90, 3.67)
INSERT INTO [Weight] VALUES ('B+', 81, 85, 3.33)
INSERT INTO [Weight] VALUES ('B', 76, 80, 3.00)
INSERT INTO [Weight] VALUES ('B-, 71, 75, 2.67)
INSERT INTO [Weight] VALUES ('C+, 66, 70, 2.33)
INSERT INTO [Weight] VALUES ('C', 61, 65, 2.00)
INSERT INTO [Weight] VALUES ('D', 50, 60, 1.00)
INSERT INTO [Weight] VALUES ('E', 1, 49, 0.00)
INSERT INTO [Weight] VALUES ('F', 0, 0, 0.00)
question:
make query for:
StudentID StudentName Semester
Credit
Semester
GPA-ICXN)
SC
GPA (Grade Point Average)
• Semestral GPA (GPS). Semestral GPA refers to the GPA of a given semester.
• Cumulative GPA. Overall Average GPA is calculated from a student's first semester of enrolment
up to the last semester attended.
GPA is the measurement of student's performance, calculated by:
Semester
GPA
Where C is the credits earned from the course and N is the
weight earned based on the letter grade.
Credit
Cumulative GPA
Cumulative
Transcribed Image Text:26, 'Kampung Buah Mangga Harum Manis No. 5B') ScoreComponent table (Component, Description, Weight) INSERT INTO Score Component VALUES('ASG', 'Assignment', 30.00) INSERT INTO Score Component VALUES('MID', 'Mid Test', 35.00) INSERT INTO ScoreComponent VALUES ('FIN', 'Final Test', 35.00) Weight table (Grade, ScoreMin, ScoreMax, Weight) INSERT INTO [Weight] VALUES ('A, 91, 100, 4.00) INSERT INTO [Weight] VALUES ('A-, 86, 90, 3.67) INSERT INTO [Weight] VALUES ('B+', 81, 85, 3.33) INSERT INTO [Weight] VALUES ('B', 76, 80, 3.00) INSERT INTO [Weight] VALUES ('B-, 71, 75, 2.67) INSERT INTO [Weight] VALUES ('C+, 66, 70, 2.33) INSERT INTO [Weight] VALUES ('C', 61, 65, 2.00) INSERT INTO [Weight] VALUES ('D', 50, 60, 1.00) INSERT INTO [Weight] VALUES ('E', 1, 49, 0.00) INSERT INTO [Weight] VALUES ('F', 0, 0, 0.00) question: make query for: StudentID StudentName Semester Credit Semester GPA-ICXN) SC GPA (Grade Point Average) • Semestral GPA (GPS). Semestral GPA refers to the GPA of a given semester. • Cumulative GPA. Overall Average GPA is calculated from a student's first semester of enrolment up to the last semester attended. GPA is the measurement of student's performance, calculated by: Semester GPA Where C is the credits earned from the course and N is the weight earned based on the letter grade. Credit Cumulative GPA Cumulative
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Intermediate SQL concepts
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education