Course Solutions Uncategorized (Solved) : Change Letter Numbers Sql Example Code Letter Grade Student Add Students Gpa Int Example 4 Q36852222 . . . .

(Solved) : Change Letter Numbers Sql Example Code Letter Grade Student Add Students Gpa Int Example 4 Q36852222 . . . .

 

how do i change letter to numbers in sql for example

the code below: have so when a letter grade =that student haveit add it to the students gpa as a int for example

‘a’=4,b=’3′,c=’2′,d=’1’f=’0’ then say student1 has grades’abc’then 4+3+2/ the total possable

selectStudents.FirstName,Students.LastName,Students.StudentProgram,Students.Gradelevel,ClassGrades.Semester,ClassGrades.Grade, ClassGrades.Grade as CumlGpa
from ClassGrades
left join Students on Students.FirstName=ClassGrades.FirstName andStudents.LastName=ClassGrades.LastName
where ClassGrades.Grade!=’Currently enrolled’

Expert Answer


An answer will be send to you shortly. . . . .

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

(Solved) : Bstcpp Include Bsth Include Bt Visualizeh Include Include Include Include Implement Follow Q36056890 . . . .(Solved) : Bstcpp Include Bsth Include Bt Visualizeh Include Include Include Include Implement Follow Q36056890 . . . .

<p><img alt="2. Similar to the functions you implement in question 1, write another function called printAscendOrder to print all elemen" src="https://media.cheggcdn.com/media%2Fff0%2Fff079f11-0a5a-43e9-8656-0838f5107a52%2FphpGuTrL7.png" style="height:557px;width:1024px;" aria-describedby="d3f"/></p><p>BST.cpp</p><p><br/>#include "BST.h"<br/>#include "BT-visualize.h"<br/>#include <assert.h><br/>#include <stdio.h><br/>#include <string.h><br/>#include <string></p><p>// Implement