40 likes | 197 Views
CSCI 4333 Database Design and Implementation – Exercise (1). Xiang Lian The University of Texas – Pan American Edinburg, TX 78539 lianx@utpa.edu. SQL Statements. Please Write an SQL statement that Returns the Ids of all seniors in the table, Student Deletes all seniors from Student
E N D
CSCI 4333 Database Design and Implementation – Exercise (1) Xiang Lian The University of Texas – Pan American Edinburg, TX 78539 lianx@utpa.edu
SQL Statements • 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 Student Table
SQL Statements (cont'd) • Create an SQL statement that creates the Transcript table • StudId, CrsCode, Semester, Grade