CSCI 4333 Database Design and Implementation – Exercise (1) Xiang Lian The University of Texas Rio Grande Valley Edinburg, TX
SQL Statements IdNameAddressStatus John 123 Mainfreshman Mary456 Cedarsophomore Art77 So. 3rdsenior Pat88 No. 4thjunior 2 Student Table Please Write an SQL statement that – Returns the Ids of all seniors in the table, Student – Deletes all seniors from Student – Promotes all juniors in the table Student to senior
SQL Statements (cont'd) Create an SQL statement that creates the Transcript table – StudId, CrsCode, Semester, Grade 3
4