Write a query to get the names (first_name, last_name), admission_fess, Scholarship of all the students(Scholarship is calculated as 10% of admission_fess)
Introduction The following exercise will help you to improve your SQLite query skills effectively. I have used DB Browser for sqlite for following exercise. student_id first_name last_name email mobile_number admission_date admission_fe ...