You are on page 1of 1

Khulna University of Engineering & Technology

Department of Computer Science & Engineering


CT on Database Systems (CSE 3109)
Time: 30 minutes Full Marks:20

STUDENTS(student_code, first_name, last_name, email, date_of_birth, courses_taken,


percentage_of_marks);

1. Using the above schema write the SQL statement to find


i. All the students who born after 1990.
ii. All the students having percentage of marks greeter than 80% in ascending order.
iii. All the students where the second letter in the first name is ‘i’?
iv. The student having 2nd highest percentage of marks.
v. Give 2% bonus marks who take the course “Database”.

You might also like