
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A database quiz for the csci 2910 course, focusing on mysql select statements and queries. The quiz includes questions about completing select statements to retrieve specific employee records based on last name, as well as questions about queries on an exam scores table. Useful for university students taking a database course and is most likely associated with the typology of 'quizzes'.
Typology: Quizzes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

CSCI 2910 Database Part 2 Quiz – Spring 2007 Name: ________________________________
For problems 1, 2, and 3 use the partial MySQL statement shown below:
_SELECT * FROM employee WHERE LAST_NAME __________________
For problems 5, 6, and 7, use the database table shown to the right. Assume that the table's name is "exam_scores".
5. In the space below, write the output from the MySQL statement select STUDENT_NAME from exam_scores where SCORE > 80; 6. What would the output be from the MySQL statement select STUDENT_NAME, SCORE+5 from exam_scores;
John Johnson 78 Kenneth Kennedy 92 David Davis 88