Write a query to display the Student names (first_name, last_name) using alias name “First Name”, “Last Name”
Introduction The following exercise will help you to improve your SQLite query skills effectively. I have used DB Browser for sqlite for following exercise. - tblstudent student_id first_name last_name email mobile_number admission_da ...